F********g 发帖数: 475 | 1 对读完语言标准的俺都ORZ
现在C该读哪个版本啊?ANSI还是C99? |
X****r 发帖数: 3557 | 2 C11 is the current standard, but hans't been widely supported yet. So you
probably want to
read C99. Technically multiple version of C standard has been adopted by
ANSI so all of them
can be called ANSI C.
【在 F********g 的大作中提到】 : 对读完语言标准的俺都ORZ : 现在C该读哪个版本啊?ANSI还是C99?
|
F********g 发帖数: 475 | 3 谢谢。
现在支持C90还是C99的编译器多?
【在 X****r 的大作中提到】 : C11 is the current standard, but hans't been widely supported yet. So you : probably want to : read C99. Technically multiple version of C standard has been adopted by : ANSI so all of them : can be called ANSI C.
|
t****t 发帖数: 6806 | 4 我的建议是前几章仔细读, 别的大致读一下, 重点在于: 一开始的definition; 每章的
introduction; 用词习惯; 知道什么东西在哪里定义. 尤其重要的是这些introduction
. 标准的细节太多, 直接看一般记不住, 但是introduction这种纲要性的东西还是可以
仔细看一下. 标准通常用词很简洁, 所以要看就要仔细看, 看完了还要想. 一目十行是
绝对没有效果的.
最后不建议初学者读.
【在 F********g 的大作中提到】 : 对读完语言标准的俺都ORZ : 现在C该读哪个版本啊?ANSI还是C99?
|
X****r 发帖数: 3557 | 5 Most likely all compilers that you care support C90. All modern compilers
I know of support most features of C99, with the notable exception of VC.
【在 F********g 的大作中提到】 : 谢谢。 : 现在支持C90还是C99的编译器多?
|
F********g 发帖数: 475 | 6 谢谢。
不是初学者,但是水平还是不行KK
introduction
【在 t****t 的大作中提到】 : 我的建议是前几章仔细读, 别的大致读一下, 重点在于: 一开始的definition; 每章的 : introduction; 用词习惯; 知道什么东西在哪里定义. 尤其重要的是这些introduction : . 标准的细节太多, 直接看一般记不住, 但是introduction这种纲要性的东西还是可以 : 仔细看一下. 标准通常用词很简洁, 所以要看就要仔细看, 看完了还要想. 一目十行是 : 绝对没有效果的. : 最后不建议初学者读.
|
t****t 发帖数: 6806 | 7 打人不打脸!
【在 X****r 的大作中提到】 : Most likely all compilers that you care support C90. All modern compilers : I know of support most features of C99, with the notable exception of VC.
|
F********g 发帖数: 475 | 8 谢谢。我接触的MICROPROCESSOR的编译器好象都是C90。
【在 X****r 的大作中提到】 : Most likely all compilers that you care support C90. All modern compilers : I know of support most features of C99, with the notable exception of VC.
|
L*****s 发帖数: 6046 | |