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?
3 Réponses
+ 7
u can do gui too
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.
0
Nooooo, by C++ you can build whatever you want (if you are a c++ expert).