C如何标准化?

时间:2011-03-30 19:23:20

标签: c standards

由于C是作为通用语言开发的,一般不属于私营公司,是否可以解释标准化过程?

我的意思是这个标准化过程是如何产生的?

1 个答案:

答案 0 :(得分:6)

有一个whole page dedicated to information on the C standard committee又名JTC1 / SC22 / WG14。

实际上JTC1是IT标准组,SC22是编程语言标准小组委员会,WG14是C标准小组委员会。

此外,History section of the C Programming Language on Wikipedia非常有用。

[update]以下是most complete history of C I can find from Bell Labs