Does C++ only use console (that black window that looks like dos)?? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Does C++ only use console (that black window that looks like dos)??

sorry for a question that maybe looks ridiculous but I still don't know is c++ only made for console window? or it can also do windows app?

11th Feb 2017, 6:53 PM
Amr Monsef
Amr Monsef - avatar
3 Réponses
+ 7
u can do gui too
11th Feb 2017, 7:05 PM
Kawaii
Kawaii - avatar
0
The pure C/C++ haven't any input or output. You can "cout" or "printf" because you've included the "stdio" or "iostream" library. So you also can include the "window.h" to make the window application.
11th Feb 2017, 7:44 PM
K.C. Leung
K.C. Leung - avatar
0
Nooooo, by C++ you can build whatever you want (if you are a c++ expert).
11th Feb 2017, 11:08 PM
Hasan Al-Yazidi
Hasan Al-Yazidi - avatar