+ 2
How to print bool in C++?
5th Jun 2017, 11:05 PM
Hyde
2 odpowiedzi
+ 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
Często masz takie pytania?
Ucz się bardziej efektywnie, za darmo:
Popularne dzisiaj
Solving coding challenges
2 Votes
I am new
1 Votes
Advertising in Sololearn
1 Votes
RUST'S FUTURE
1 Votes
Programming Language
0 Votes