目录:
1)变量名命名规则
2)命名方案
3)整型(short,int,long)
4)运算符sizeof
5)C++初始化的方式
6)选择整型类型
7)各种进制输出整数(hex,dex,oct)
8)char
9)cout.put():输出一个字符
10)signed char和unsigned char
11)wchar_t
12)C++11新增的类型:char16_t和char32_t
目录:
1)变量名命名规则
2)命名方案
3)整型(short,int,long)
4)运算符sizeof
5)C++初始化的方式
6)选择整型类型
7)各种进制输出整数(hex,dex,oct)
8)char
9)cout.put():输出一个字符
10)signed char和unsigned char
11)wchar_t
12)C++11新增的类型:char16_t和char32_t