Software in C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Software in C++

what is the best & efficient way to make an application with nice User interface in C++

31st Mar 2017, 4:29 PM
Faojul Ahsan
2 Answers
+ 10
for the old school stuff, look for dosbox turbo CPP
31st Mar 2017, 5:13 PM
Rahul George
Rahul George - avatar
+ 2
I use Qt, it is a complete programming environment. Very rich and cross platform library. It do have a GUI designer, and it is also mapped to python "PyQt" (if you are going to use python later on) There is also MFC which works with windows only. It is also very rich, easy to bypass and go straight to the Win32 API when you need it.
31st Mar 2017, 4:46 PM
Moataz El-Ibiary
Moataz El-Ibiary - avatar