Can I use Console commands of c++ to make windows application other than console application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I use Console commands of c++ to make windows application other than console application?

i want to use commands like : cout << "bullsh**"; but i to make a windows app people say i need to be familiar with win32 api, is there no way i can use the very command tht we use in console application to make a windows application?

19th Aug 2018, 4:16 AM
Kanishk Mewal
Kanishk Mewal - avatar
1 Answer
0
In case by win32 API people mean mostly GUI interaction... Maybe look through this, the console developer guide and API: https://docs.microsoft.com/en-us/windows/console/consoles That's the character-mode reference materials.
19th Aug 2018, 4:51 AM
Kirk Schafer
Kirk Schafer - avatar