问题描述
嗨朋友们,
我有一些与C语言相关的问题。
1标准C语言和非语言之间有什么区别
标准C语言?
2哪个更好C Lanugage,C在Linux / Unix或C下
windows / DOS?
3在Linux平台下为什么Conio.h和许多其他头文件
在C语言编译器中不可用?
4哪个是C的最新版本?谁更改了
语言语法和添加新功能或升级语言?
我用C语言编写了一些程序并上传了
源代码到我的网站。
我使用Turboc编译器(borland International)进行写作和
在上述网站上执行C中的所有源程序。所有源代码
正常运行并在Windows / DOS平台下提供输出。(Turboc
编译器)。但是这些程序不能运行linux操作系统的编译器为什么会发生这种情况?
[我是计算机工程师的学生]
你可以发邮件给我
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
推荐答案
标准C是C.非标准C是不是C.
Standard C is C. "Non-standard C" is something that isn''t C.
C语言并不关心你使用哪个平台。
The C language doesn''t care which platform you use.
C没有定义Conio.h。如果你想要一个,你自己写。
C doesn''t define Conio.h. If you want one, write your own.
几乎没有实施的ISO / IEC 9899:1999。
The barely-implemented ISO/IEC 9899:1999.
ISO。
ISO.
我查看了你声称已经解决的问题列表,并且没有
理由为什么他们中的任何一个都可以'使用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
标准C是C.非标准C是不是C.
Standard C is C. "Non-standard C" is something that isn''t C.
C语言并不关心你使用哪个平台。
The C language doesn''t care which platform you use.
C没有定义Conio.h。如果你想要一个,你自己写。
C doesn''t define Conio.h. If you want one, write your own.
几乎没有实施的ISO / IEC 9899:1999。
The barely-implemented ISO/IEC 9899:1999.
ISO。
ISO.
我查看了你声称已经解决的问题列表,并且没有
理由为什么他们中的任何一个都可以'使用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
....
....
他确实回答了你的问题,在他的帖子中将你的回答与你的
问题交错。
如果你不理解他的答案你应该要求
澄清。
至于你的源代码不需要评论,你问过为什么你这个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...
这篇关于一些问题。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!