integral 在c++中是什么类型?..如题.

来源:学生作业帮助网 编辑:作业帮 时间:2024/12/01 09:28:57
integral 在c++中是什么类型?..如题.
xR_KP*1{AzDq'7X۸)TYY!bXڷnz;?9+ J"ngL*KMusYy:uL&a RfoNq>y; ೓sEk*Si 6P((СR[RTB‚yșĀ"ѷPuTVD,6b &LElN1$3"~EI-tMU2!6g=RPm8|@HMYECAo!j*HE[œnS٭UYLg\#Kb;B]W HKXSUVgVk9mr?7ye>ވd⼝SC>}~Wf[hDE

integral 在c++中是什么类型?..如题.
integral 在c++中是什么类型?
..如题.

integral 在c++中是什么类型?..如题.
楼上说的 int 是错的.
The arithmetic types represent integers,characters,and boolean values are collectively refered to as the integral types.
There are three integer types:short,int,and long.
There are two character types:char and wchar_t.
There is one boolean type:bool.
Hence,there are 6 integral types:
short,int,long,char,wchar_t,and bool.
看的懂吗?
一共有6种integral types,分别是 short,int,long,char,wchar_t,bool.
在 VC++ 6.0,上面6种integral types的变量互相赋值没有任何错误和警告.