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
2 Respostas
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...
0
guys i founded +GTK in code block option did it serves?