| 查看: 1516 | 回复: 28 | |||
| 当前主题已经存档。 | |||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | |||
flywoud至尊木虫 (正式写手)
|
[交流]
【交流】大家都使用哪种版本的C语言?
|
||
|
请问大家都是用哪种版本的c语言? Borland C++ visual c++ …… |
» 猜你喜欢
环境工程 085701,267求调剂
已经有5人回复
275求调剂
已经有17人回复
334分 一志愿武理 材料求调剂
已经有6人回复
一志愿北京化工大学材料与化工(085600)296求调剂
已经有15人回复
085600 286分 材料求调剂
已经有9人回复
材料与化工272求调剂
已经有10人回复
南京大学化学调剂
已经有9人回复
085601材料工程找调剂
已经有13人回复
考研调剂
已经有6人回复
085600 材料与化工 329分求调剂
已经有13人回复
yalefield
金虫 (文坛精英)
老汉一枚
- 程序强帖: 3
- 应助: 129 (高中生)
- 贵宾: 0.17
- 金币: 21238.9
- 散金: 3440
- 红花: 66
- 帖子: 12101
- 在线: 759.1小时
- 虫号: 96063
- 注册: 2005-10-07
- 专业: 高等教育学
- 管辖: 计算模拟
5楼2009-02-01 00:50:30

6楼2009-02-14 19:41:51
★
coldwind042(金币+1,VIP+0):谢谢介绍! 2-17 09:47
coldwind042(金币+1,VIP+0):谢谢介绍! 2-17 09:47
|
C99是C语言标准99版,不是什么新的玩意儿 从wiki来的 This standard is commonly referred to as "C99." It was adopted as an ANSI standard in May 2000. The international C standard is maintained by the working group ISO/IEC JTC1/SC22/WG14. feature * inline functions * variable declaration no longer restricted to file scope or the start of a compound statement * several new data types, including long long int, optional extended integer types, an explicit boolean data type, and a complex type to represent complex numbers * variable-length arrays * support for one-line comments beginning with //, as in BCPL or C++ * new library functions, such as snprintf * new header files, such as stdbool.h and inttypes.h * type-generic math functions (tgmath.h) * improved support for IEEE floating point * designated initializers * compound literals * support for variadic macros (macros of variable arity) * restrict qualification to allow more aggressive code optimization 我比较喜欢使用//来注释。。。 |
9楼2009-02-16 06:19:48

11楼2009-02-17 10:21:11














回复此楼