+ 1
The char data type.
How you can put data to get char variable data
2 Respuestas
+ 4
This is kind of a vague description, can you explain it for stupid people like me?
+ 2
I'm not sure what you're asking either, so @Timon, it looks like you're not alone ;) Here are basics though:
char c = 'a';
cout << c;//outputs a