+ 2
How to print bool in C++?
5th Jun 2017, 11:05 PM
Hyde
2 Antworten
+ 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
Häufig solche Fragen?
Effizienter lernen, kostenlos:
Heute heiß
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes
Coding for Cybersecurity
0 Votes