c99
文章平均质量分 80
squarehead
这个作者很懒,什么都没留下…
展开
-
c99标准对c89的改变
<br />restricted character set support via digraphs and <iso646.h><br />通过双字符和<iso646.h>头文件支持限定字符集<br /> <br />wide character library support in <wchar.h> and <wctype.h><br />支持宽字符的<wchar.h>和<wctype.h>函数库<br /> <br />more precise aliasing rules via effecti原创 2010-09-22 10:41:00 · 1437 阅读 · 0 评论 -
c99编译顺序
<br /><br />1. Physical source file multibytecharacters are mapped, in an implementation-defined manner, to the sourcecharacter set (introducing new-line characters for end-of-line indicators) if necessary.Trigraph sequences are replaced by corr翻译 2010-09-23 21:27:00 · 508 阅读 · 0 评论