在哪里下载gcc for DOS / Windows [英] Where to download gcc for DOS/Windows

查看:120
本文介绍了在哪里下载gcc for DOS / Windows的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

提前致谢...


罗伯特......;)

解决方案

Dj ******** @ gmail.com 写道:


提前致谢...


Robert ...;)

http://www.delorie.com/djgpp/ 在DOS上运行。
http://www.mingw.org/ 适用于Windows。


关于这些编译器会更好地针对特定于他们的

论坛。请参阅相应的网页以获取指示。



Dj ********@gmail.com ; 9218512写道:


提前致谢...


罗伯特......;)



http://www.delorie.com/djgpp/

;)

-

hydra

------------------------------------------ ------------------------------

hydra'的简介: http://nettechguide.com/forums/member.php?u=416

查看以下主题: http:// nettechguide .com / forums / showthread.php?t = 2243904


2008年10月13日星期一10:35:23 -0700,Nate Eldredge写道:
<块quote class =post_quotes> Dj********@gmail.com 写道:


>提前致谢...

Robert ...;)



[重新排序,出于主题原因]


>

关于这些编译器的更多问题将更好地针对

特定于他们的论坛。请参阅相应的网页以获取指示。



我尊重你的意见,但我的不同。我有一个全新的xp安装

并安装了以下两个版本。我想得到以下

伪代码同时使用它们,我希望同时运行它们。


#include< time.h>

#include< stdlib.h>

#include< stdio.h>


int main(void)


time_t num1,num2,num_3;

int input,diff;

print *,输入一个数字以使计时器启动 ;

读*,输入

num1 = gettime()

打印*,时间正在滴答

打印*,回复此将停止时钟

读取*,输入

num2 = gettime()

num3 = num2 - num1


//将结果转换为你知道如何打印的类型

diff = cast num3

printf%d 经过的秒数是\ n,diff;


>
http://www.delorie.com/djgpp/ 在DOS上运行。
http://www.mingw.org/ 适用于Windows。



clc中存在Windows偏见。这种狭隘主义与C编程语言无关。

-

Richard Milhous Nixon


高尔夫是一个很好的散步。

~~ Mark Twain


Thanks in advance...

Robert...;)

解决方案

Dj********@gmail.com writes:

Thanks in advance...

Robert...;)

http://www.delorie.com/djgpp/ runs on DOS.
http://www.mingw.org/ is for Windows.

Further questions about these compilers would be better directed to a
forum specific to them. See the respective web pages for pointers.



Dj********@gmail.com;9218512 Wrote:

Thanks in advance...

Robert...;)



http://www.delorie.com/djgpp/
;)
--
hydra
------------------------------------------------------------------------
hydra''s Profile: http://nettechguide.com/forums/member.php?u=416
View this thread: http://nettechguide.com/forums/showthread.php?t=2243904


On Mon, 13 Oct 2008 10:35:23 -0700, Nate Eldredge wrote:

Dj********@gmail.com writes:

>Thanks in advance...

Robert...;)

[reordered, for thematic reasons]

>
Further questions about these compilers would be better directed to a
forum specific to them. See the respective web pages for pointers.

I respect your opinion, but mine differs. I''ve got a brand new xp install
and have both of the below installed. I would like to get the following
pseudocode to work on both, and I hope to run them simultaneously.

#include <time.h>
#include <stdlib.h>
#include <stdio.h>

int main(void)

time_t num1, num2, num_3;
int input, diff;
print *, "enter a number to make timer start"
read *, input
num1 = gettime()
print *, "time is ticking"
print *, "replying to this will stop the clock"
read *, input
num2 = gettime()
num3 = num2 - num1

// cast the result to a type you know how to print
diff = cast num3
printf %d "seconds elapsed were " \n, diff;

>
http://www.delorie.com/djgpp/ runs on DOS.
http://www.mingw.org/ is for Windows.

There exists a windows prejudice in clc. Such parochialism has nothing to
do with the C programming Language.
--
Richard Milhous Nixon

Golf is a good walk spoiled.
~~ Mark Twain


这篇关于在哪里下载gcc for DOS / Windows的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆