How do I put graphical interface in my C++ program? I know that i have to include the library, but how? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How do I put graphical interface in my C++ program? I know that i have to include the library, but how?

30th Oct 2018, 5:16 PM
Joey Lim
Joey Lim - avatar
2 Answers
+ 3
You can include openGl library ( open graphic library) and use their inbuilt function http://www.ntu.edu.sg/home/ehchua/programming/opengl/CG_Introduction.html
30th Oct 2018, 5:24 PM
MsJ
MsJ - avatar
+ 5
so this is similar to QT library?Does that mean I have to decorate it manually?
31st Oct 2018, 1:10 AM
Joey Lim
Joey Lim - avatar