一些问题。 [英] Some Questions.

查看:76
本文介绍了一些问题。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友们,


我有一些与C语言相关的问题。


1标准C语言和非语言之间有什么区别

标准C语言?


2哪个更好C Lanugage,C在Linux / Unix或C下

windows / DOS?


3在Linux平台下为什么Conio.h和许多其他头文件

在C语言编译器中不可用?


4哪个是C的最新版本?谁更改了

语言语法和添加新功能或升级语言?


我用C语言编写了一些程序并上传了

源代码到我的网站。

http://zsoftwares.googlepages.com/CPrograms.html
http://zsoftwares.googlepages.com/DSFPrograms.htm

我使用Turboc编译器(borland International)进行写作和

在上述网站上执行C中的所有源程序。所有源代码

正常运行并在Windows / DOS平台下提供输出。(Turboc

编译器)。但是这些程序不能运行linux操作系统的编译器为什么会发生这种情况?


[我是计算机工程师的学生]

你可以发邮件给我 ge*******@gmail.com


GEOrgE

Hi Friends,

I have some questions related to C Language.

1What is the difference between the standard C language and Non
standard C language ?

2which is better C Lanugage, C under Linux/ Unix or C under
windows/ DOS ?

3 Under Linux Platform why Conio.h and and many other header files
are not available in C Language Compiler ?

4Which is latest version of C ? and who makes changes to the
language Syntax and Add new features or upgrade the language ?

I have written some programs in C language and have uploaded the
source codes to my website.

http://zsoftwares.googlepages.com/CPrograms.html
http://zsoftwares.googlepages.com/DSFPrograms.htm

I have used Turboc compiler (borland International) for writing and
executing all source programs in C on above website. All source code
run properly and gives output under Windows / DOS platform.( Turboc
Compiler). But these programs don''t run on compiler of linux os why
this happens ?

[I am student of Computer Engg.]
you can mail me at ge*******@gmail.com

GEOrgE

推荐答案

GeorgeRXZ说:
GeorgeRXZ said:

嗨朋友们,


我有一些与C语言有关的问题。


1标准C语言和非语言之间有什么区别

标准C语言?
Hi Friends,

I have some questions related to C Language.

1What is the difference between the standard C language and Non
standard C language ?



标准C是C.非标准C是不是C.

Standard C is C. "Non-standard C" is something that isn''t C.


2哪个更好C Lanugage,C在Linux / Unix或C下

windows / DOS ?
2which is better C Lanugage, C under Linux/ Unix or C under
windows/ DOS ?



C语言并不关心你使用哪个平台。

The C language doesn''t care which platform you use.


3在Linux平台下为什么Conio.h和许多其他头文件

在C语言编译器中不可用?
3 Under Linux Platform why Conio.h and and many other header files
are not available in C Language Compiler ?



C没有定义Conio.h。如果你想要一个,你自己写。

C doesn''t define Conio.h. If you want one, write your own.


4哪个是C的最新版本?
4Which is latest version of C ?



几乎没有实施的ISO / IEC 9899:1999。

The barely-implemented ISO/IEC 9899:1999.


和谁更改

language语法和添加新功能还是升级语言?
and who makes changes to the
language Syntax and Add new features or upgrade the language ?



ISO。

ISO.


我用C语言编写了一些程序并上传了

源代码到我的网站。

http: //zsoftwares.googlepages.com/CPrograms.html
http ://zsoftwares.googlepages.com/DSFPrograms.htm


我使用Turboc编译器(borland International)编写和

执行所有操作上述网站上的C源程序。所有源代码

正常运行并在Windows / DOS平台下提供输出。(Turboc

编译器)。但是这些程序没有运行在Linux操作系统的编译器上为什么会发生这种情况?
I have written some programs in C language and have uploaded the
source codes to my website.

http://zsoftwares.googlepages.com/CPrograms.html
http://zsoftwares.googlepages.com/DSFPrograms.htm

I have used Turboc compiler (borland International) for writing and
executing all source programs in C on above website. All source code
run properly and gives output under Windows / DOS platform.( Turboc
Compiler). But these programs don''t run on compiler of linux os why
this happens ?



我查看了你声称已经解决的问题列表,并且没有

理由为什么他们中的任何一个都可以'使用C语言可以解决Windows和/或
和Linux的问题。


然后我查看了你的代码。除了贫穷的C,它还不必要地使用

非标准语言和库扩展。删除这些并整理

C本身,你会发现你可以毫不费力地将代码移植到Linux




-

Richard Heathfield< http://www.cpax.org.uk>

电子邮件:-http:// www。 + rjh @

谷歌用户:< http://www.cpax.org.uk/prg/writings/googly.php>

Usenet是一个奇怪的放置" - dmr 1999年7月29日

I looked at the list of problems you claim to have solved, and there''s no
reason why any of them can''t be solved in a way that works on both Windows
and Linux, using the C language.

Then I looked at your code. As well as being poor C, it unnecessarily uses
non-standard language and library extensions. Remove these and tidy up the
C itself, and you will find that you are able to port the code to Linux
effortlessly.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999


10月11日凌晨2:47,Richard Heathfield< r ... @ see.sig.invalidwrote:
On Oct 11, 2:47 am, Richard Heathfield <r...@see.sig.invalidwrote:

GeorgeRXZ说:
GeorgeRXZ said:

嗨朋友们,
Hi Friends,


我有一些与C语言相关的问题。
I have some questions related to C Language.


1标准C语言与非
标准C语言之间有什么区别?
1What is the difference between the standard C language and Non
standard C language ?



标准C是C.非标准C是不是C.


Standard C is C. "Non-standard C" is something that isn''t C.


2哪个更好C Lanugage,C在Linux / Unix或C下

windows / DOS ?
2which is better C Lanugage, C under Linux/ Unix or C under
windows/ DOS ?



C语言并不关心你使用哪个平台。


The C language doesn''t care which platform you use.


3在Linux平台下为什么Conio.h和许多其他头文件

在C语言编译器中不可用?
3 Under Linux Platform why Conio.h and and many other header files
are not available in C Language Compiler ?



C没有定义Conio.h。如果你想要一个,你自己写。


C doesn''t define Conio.h. If you want one, write your own.


4哪个是C的最新版本?
4Which is latest version of C ?



几乎没有实施的ISO / IEC 9899:1999。


The barely-implemented ISO/IEC 9899:1999.


和谁更改

language语法和添加新功能还是升级语言?
and who makes changes to the
language Syntax and Add new features or upgrade the language ?



ISO。


ISO.


我用C语言编写了一些程序并上传了

源代码到我的网站。
I have written some programs in C language and have uploaded the
source codes to my website.

http:// zsoftwares.googlepages.com/CPrograms.html
http:/ /zsoftwares.googlepages.com/DSFPrograms.htm


我使用Turboc编译器(borland International)编写和

在上述网站上执行C中的所有源程序。所有源代码

正常运行并在Windows / DOS平台下提供输出。(Turboc

编译器)。但是这些程序没有运行在Linux操作系统的编译器上为什么会发生这种情况?
I have used Turboc compiler (borland International) for writing and
executing all source programs in C on above website. All source code
run properly and gives output under Windows / DOS platform.( Turboc
Compiler). But these programs don''t run on compiler of linux os why
this happens ?



我查看了你声称已经解决的问题列表,并且没有

理由为什么他们中的任何一个都可以'使用C语言可以解决Windows和/或
和Linux的问题。


然后我查看了你的代码。除了贫穷的C,它还不必要地使用

非标准语言和库扩展。删除这些并整理

C本身,你会发现你可以毫不费力地将代码移植到Linux




-

Richard Heathfield< http://www.cpax.org.uk>

电子邮件:-http:// www。 + rjh @

谷歌用户:< http://www.cpax.org.uk/prg/writings/googly.php>

Usenet是一个奇怪的放置" - 1999年7月29日dmr


I looked at the list of problems you claim to have solved, and there''s no
reason why any of them can''t be solved in a way that works on both Windows
and Linux, using the C language.

Then I looked at your code. As well as being poor C, it unnecessarily uses
non-standard language and library extensions. Remove these and tidy up the
C itself, and you will find that you are able to port the code to Linux
effortlessly.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999



Richard Heathfield先生。感谢您的反馈意见。但我的问题

仍未得到答复我不需要对我的源代码进行评论(好或

坏)。


我希望你能回答我的四个问题。


1标准C语言与非

标准C语言有什么区别?

2哪个更好C Lanugage,C在Linux / Unix或C下

windows / DOS?

3在Linux平台下为什么Conio.h和其他许多其他头文件

在C语言编译器中不可用?

4哪个是C的最新版本?谁更改了

语言语法和添加新功能或升级语言?


GEOrgE

Mr. Richard Heathfield. thanks for your feedback. But My questions
remained unanswered I don''t need remark on my source codes (good or
bad).

I expect you to give answers of my four Questions.

1What is the difference between the standard C language and Non
standard C language ?
2which is better C Lanugage, C under Linux/ Unix or C under
windows/ DOS ?
3 Under Linux Platform why Conio.h and and many other header files
are not available in C Language Compiler ?
4Which is latest version of C ? and who makes changes to the
language Syntax and Add new features or upgrade the language ?

GEOrgE


GeorgeRXZ写道:
GeorgeRXZ wrote:

10月11日凌晨2:47,Richard Heathfield< r ... @ see.sig.invalidwrote:
On Oct 11, 2:47 am, Richard Heathfield <r...@see.sig.invalidwrote:



....

....


>

Richard Heathfield先生。感谢您的反馈意见。但是我的问题

仍未得到答复我不需要对我的源代码进行评论(好的或

坏)。
>
Mr. Richard Heathfield. thanks for your feedback. But My questions
remained unanswered I don''t need remark on my source codes (good or
bad).



他确实回答了你的问题,在他的帖子中将你的回答与你的

问题交错。


如果你不理解他的答案你应该要求

澄清。


至于你的源代码不需要评论,你问过为什么你这个b $ b无法将它移植到Linux上,所以你必须让人们检查它...

He did answer your questions, interleaving his responses with your
questions in his posting.

If you didn''t understand his answers you should have asked for
clarification.

As for not needing remark on your source code, you asked why you
couldn''t port it to Linux, so you must have expected people to examine it...


这篇关于一些问题。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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