P
PengYu.UT
bool b = true;
std::cout << b;
The above code will print "1". I'm wonder if it is possible to print
"true" by just using the STL.
Thanks,
Peng
std::cout << b;
The above code will print "1". I'm wonder if it is possible to print
"true" by just using the STL.
Thanks,
Peng