+ 2
How to print bool in C++?
5th Jun 2017, 11:05 PM
Hyde
2 Risposte
+ 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
Hai spesso domande come questa?
Impara in modo più efficiente, gratuitamente:
Popolare oggi
Pointers cpp
3 Votes
Is pro worth the money ?
1 Votes
Coding for Cybersecurity
0 Votes
Pointers in c#
0 Votes