how i brief verbatim c++?
very simple question: i short
verbatim c++?
i know following:
2
anint
2u
anunsigned int
2l
long
2ll
long long
2.0f
float
2.0
double
'\2'
char
.
but i short
literal? i attempted 2s
nonetheless gives compiler warning.
Comments
Post a Comment