98189 发表于 2015-04-01 14:51

回复 20# foolishx


    呵呵呵!虽然是愚人节,还是要支持一下!
c11正式版还找不到,翻C99 啦

billypeng 发表于 2015-04-02 07:57

太超前了,有的编译器不支持,也没有必要。
C语言已经足够强大了。

98189 发表于 2015-04-05 10:40


最新的c primer plus,增加了有关C11的内容 英文非扫描PDF,








98189 发表于 2015-04-08 10:31

GCC 5将在本月晚些时候发布,它包含了大量新特性。主要包括:
C编译器默认使用GNU11 (C11)而不是GNU89(C89) ;
libstdc++ 库完整支持 C++11,实验性支持 C++14;
完整支持多线程实现OpenMP 4.0;
C 和 C++支持英特尔的 Cilk Plus并行编程接口

:mrgreen:


98189 发表于 2016-05-29 11:29

本帖最后由 98189 于 2016-05-29 11:32 编辑

Preface to the Digital Edition
The second edition of The C Programming Language was published early
in 1988. At that time, the first C standard was almost complete, formalizing and
codifying the precise definition of the language. There have been two revisions
to the standard since then, in 1999 and 2011, that added a number of language
featuresandclearedupafewminorissues. Butformanyprogrammers,the
1988definition ofC coversthepartsof thelanguagethatthey use,soithas
never seemed necessary to update the book itself to track the newer standards.
Thus, the digital version is intentionally identical to the print edition.*
On the other hand, the computing world is very different from what it was
in1988.TheInternethasgonefromanetworkprimarilyforresearchersat
universitiestoa universalnetworklinkingeveryone on the planet.Computers
have continued to get smaller, cheaper, and faster; a typical laptop or cell phone
today hasmorecomputingpowerthan asupercomputerof 1988,yetcostsso
littlethatprobablyhalfthepeopleintheworldhaveone.Languagessuchas
C++, Objective-C, Java, and JavaScript make it easier to program these systems
as well; all of them borrow heavily from C.
Remarkably, in spite of all of this change, C retains a central position. It is
still the core language for operating system implementation and tool building. It
remainsunequaledforportability,efficiency,andabilitytogetclosetothe
hardware when necessary. C has sometimes been called a high-level assembler,
andthisisnotabadcharacterizationofhowwellitspanstherangefrom
intricate data structure and control flow to the lowest level of external devices.
Sadly, Dennis Ritchie, the creator of C and the coauthor of this book, died
in October 2011 at the age of 70 and never saw this digital edition. Dennis was a
greatlanguage designer and programmer, and a superb writer, buthe was also
funny, warm, and exceptionally kind. We are all in his debt. He will be greatly
missed.
Brian Kernighan
Princeton, New Jersey
November 2012


thepiratebay 上有 非扫描 pdf ,是真正的原版,以前chm和pdf 有不少问题。

, 你懂的。

爻易 发表于 2016-05-31 08:48

有C99的中文文档,翻译可以应一时之急。治本之道还是开发中文编程语言,研究标准如何制订,丰富中文文档,如此长久发展,为百年之计:lol
页: 1 2 [3]
查看完整版本: C11标准有中文文档么?