由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - interview with Ben Klemens, author of 21st Century C
相关主题
JAVA的初衷本来就是C++太复杂了,productivity不行C 语言的官方 spec
我老不厚道地说一句,C的工作稳定是假的。C++.net 和C++ 有什么不同?
btw, MS C++ 是ECMA-372标准Visual Studio支持Linux C++
这里的牛人很多,都读过标准吗Ruby 为什么输给了py
(zz)C++11新特性帮忙看看怎么理解这个指针
问一个defining array 的问题请教C++中的unordered_set
int F::*x = &F::x是什么意思?C++ set ctor的疑问
大家要学习C++11啊, 我觉得C++11很多FEATURE,绝对不输JAVA.C++11使用感受及一些问题
相关话题的讨论汇总
话题: century话题: 21st话题: klemens话题: ben话题: language
进入Programming版参与讨论
1 (共1页)
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
2
Out了。这是IEEE标准吗?
d****i
发帖数: 4809
3
是ISO/IEC的标准,最早的C89标准是由ANSI制定的,后来由ISO来统一制定,C++也一样
由ISO/IEC制定标准。IEEE制定的是Unix和类Unix操作系统的标准以及POSIX的API。

【在 d***a 的大作中提到】
: Out了。这是IEEE标准吗?
1 (共1页)
进入Programming版参与讨论
相关主题
C++11使用感受及一些问题(zz)C++11新特性
大家看过来Re: C++ Guys!!!!问一个defining array 的问题
pthread and C++int F::*x = &F::x是什么意思?
在C/C++里的文件复制操作大家要学习C++11啊, 我觉得C++11很多FEATURE,绝对不输JAVA.
JAVA的初衷本来就是C++太复杂了,productivity不行C 语言的官方 spec
我老不厚道地说一句,C的工作稳定是假的。C++.net 和C++ 有什么不同?
btw, MS C++ 是ECMA-372标准Visual Studio支持Linux C++
这里的牛人很多,都读过标准吗Ruby 为什么输给了py
相关话题的讨论汇总
话题: century话题: 21st话题: klemens话题: ben话题: language