+ 2
How to print bool in C++?
5th Jun 2017, 11:05 PM
Hyde
2 Respuestas
+ 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
¿Tienes a menudo preguntas como esta?
Aprende gratis de forma más eficaz
En tendencia hoy
Coding for Cybersecurity
0 Votes
Pointers in c#
0 Votes
Salut tout le monde
1 Votes
How can i isntall modules
0 Votes