Thursday, July 9, 2009

How to create GUI using C++?

I use Visual C++. I am a novice in C++. I can easily do procedural programming and use functions. I have not tried object oriented, but I am about to study object oriented programming. Is my knowledge enough to create a GUI? If yes, where can i get online tutorials? Do I need a specific version of Visual C++?

How to create GUI using C++?
Here's a video tutorial using GLUT.





http://xoax.net/comp/cpp/opengl/index.ph...





There are several different options, depending on the applications that you want to develop.





Here is a video tutorial on making a simple MFC application:





http://xoax.net/comp/cpp/mfc/Lesson1.php





To do MFC, you will need the Standard Edition or higher of Visual C++. Express Edition do not carry MFC.
Reply:You're probably going to want to learn openGL. openGL is a graphics library and can be used to create 3D graphics as can directX (openGL is easier).

surveys

No comments:

Post a Comment