how to open c++ code in user interface instead of command prompt | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to open c++ code in user interface instead of command prompt

HI guys i just started program and i want to know how could i make a program and open it with out comand prompt (microsoft dos). explain a little more, imagine that i created a calculator using c++ but i don't want to open it in command prompt i want to open in her own window (like the windows calculator that we don't use the prompt interface but the own calculator interface) resuming i want to learn how to make the program interface and don't need to test my codes in prompt anymore

9th Feb 2017, 1:27 AM
darkcode2.0
2 Answers
0
If you're on Windows, then you need to look into win32 APIs, or MFC. That's higher level programming though, so be prepared to learn a lot of information. Otherwise, use a cross platform program like QT or +GTK. The latter, Google used to design Chrome...
9th Feb 2017, 3:44 AM
Thomas Rudolph
Thomas Rudolph - avatar
0
guys i founded +GTK in code block option did it serves?
10th Feb 2017, 3:17 AM
darkcode2.0