+ 6
How do I put graphical interface in my C++ program? I know that i have to include the library, but how?
2 Antworten
+ 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
+ 5
so this is similar to QT library?Does that mean I have to decorate it manually?