非常基本的问题:如何short用C++ 编写文字?
short
我知道以下内容:
2
int
2U
unsigned int
2L
long
2LL
long long
2.0f
float
2.0
double
'\2'
char
但是我怎么写short文字呢?我尝试了,2S但它给出了编译器警告.
2S
c++ literals
c++ ×1
literals ×1