少字节多字节-C++面向对象程序设计教程
少字节多字节1)若多字节变量为unsigned ,则转换后多余字节补零。 unsigned short int a=-1; unsigned long b; b=a; a b 0 0 1 1
8.33MB
文件大小:
评论区