时光荏苒..
全部博文(453)
发布时间:2013-06-25 17:09:34
#!/bin/bash# This shell script is used to run 'test' binary and diff # the execute result with the expected 'result' file.### The 'result' file example:# ArithmeticConversions_Vectors_uintn: uintn vs bool: (2, 2).........【阅读全文】
发布时间:2013-06-19 18:02:41
3.1 'a' 字符常量 aL'a' 宽字符常量 wchar_t sizeof(wchar_t)=4"a" 字符串a10 整型常量1010u 无符号整型常量10L 长整型常量10uL 无符号 长整型常量012 8进制表示的整型常量100xc 16进制表示的整型常量123.14 double类型的浮点数常量3.14f float类型的单精度浮点常量3.........【阅读全文】