d****n 发帖数: 1637 | 1 Choosing a programming language for that project you’re working on is a
fairly straightforward decision: it needs to be fast, easy to use, and it
must come with enough bells and whistles to keep you from re-inventing the
wheel every time you want to do something.
Looking at this criteria, aside from the fast bit, the C language may not be
the first one that pops into your head. After sitting down with Ben Klemens
, the author of 21st Century C, I am now looking at C as a more practical
and enticing alternative than I would have thought possible.
21st Century C sets a precedent in presenting C as a language that is a lot
easier to use, and has more library support than many people think. If you
are not up to date on the latest that C has to offer you may not be aware of
the simplicity and elegance of the language. These strengths are backed by
the C99 and C11 standards, but mainly they are built up on the development
of libraries and modern tools for building and multi-threading in C. | d***a 发帖数: 13752 | | d****i 发帖数: 4809 | 3 是ISO/IEC的标准,最早的C89标准是由ANSI制定的,后来由ISO来统一制定,C++也一样
由ISO/IEC制定标准。IEEE制定的是Unix和类Unix操作系统的标准以及POSIX的API。
【在 d***a 的大作中提到】 : Out了。这是IEEE标准吗?
|
|