+ 2
How to print bool in C++?
5th Jun 2017, 11:05 PM
Hyde
2 Réponses
+ 8
cout << "bool";
or
bool abool = true;
cout << abool;
Not sure which one you wanted đ
5th Jun 2017, 11:11 PM
Rrestoring faith

+ 4
Thanku..
5th Jun 2017, 11:16 PM
Hyde
Vous avez souvent des questions comme celle-ci ?
Apprenez de maniĂšre plus efficace, gratuitement :
Aujourd'hui en vedette
Vote Code
1 Votes
Input errors (python)
1 Votes
Without degree job
0 Votes
Script file names
0 Votes
Html learn
1 Votes