问题描述
我经常在这里读书,我终于发帖了。
有人可以推荐一本教科书来取代K& R2吗?
它应该解释所有新的C99功能。
为什么? :-)
-
Richard Heathfield
Usenet是一个奇怪的地方 - dmr 29/7/1999
电子邮件:rjh在上面的域名(但显然放弃了www)
我知道没有可以覆盖C99的K& R2的教程。
H& S5是一个很好的参考,涵盖了C99。如果你已经从K& R2中了解了C90,那么对于C99的
附加功能来说,参考可能就足够了。
H& S5是Harbison&斯蒂尔的_C:参考手册_,第5版。
-
基思汤普森(The_Other_Keith)< http://www.ghoti.net/~kst>
圣地亚哥超级计算机中心< *> ; < http://users.sdsc.edu/~kst>
我们必须做点什么。这是事情。因此,我们必须这样做。
" C In A Nutshell"由O''Reilly介绍C99。我还没看过
的书,但是我确实拥有它并且我读过的部分已经过了,因为
大部分内容都非常准确。 。该文是
全面而且作者很好地指出了功能
和C99新功能以及行为为
$ b的实例$ b技术上实现已定义或未定义。这不是很完美但是
它比大多数书籍都要好得多,我会推荐它b
。当然你也不会错过H& S作为参考
。
Robert Gamble
I''ve been reading here frequently, and I''m finally posting.
Can anybody recommend a textbook to replace K&R2?
It should explain all of the new C99 features.
Why? :-)
--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
I know of no tutorial comparable to K&R2 that covers C99.
H&S5 is a very good reference that does cover C99. If you already
understand C90 from K&R2, a reference is probably sufficient for the
additional features of C99.
H&S5 is Harbison & Steele''s _C: A Reference Manual_, 5th Edition.
--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
"C In A Nutshell" by O''Reilly covers C99. I haven''t read through the
book but I do own it and the parts that I have read have been, for the
most part, presented very well and accurately. The text is
comprehensive and the author does a good job of pointing out features
and functions new to C99 as well as instances where the behavior is
technically implementation defined or undefined. It''s not perfect but
it is a heck of a lot better than most books out there and I would
recommend it. Of course you can''t go wrong with H&S for a reference
either.
Robert Gamble
这篇关于C编程语言:第三版的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!