- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 C/C++语言 利用宏定义 测试隐式类型转换(全)
#include <stdio.h>#include <stdint.h>#include#includeusing namespace std;void Type_conversion();int main(){unsigned long ulon1 = 2;signed short ssho = -3;signed char scha = -3;c...
2019-11-19 22:59:31
464
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人