Wonder.png

C++

Article cover image
Apr 16, 2010

In order to complete this 3D spinning cube using OpenGL and GLUT for C++ programming, you need to know the basics of C++ programming. This video lesson covers everything you should already know. Che ...

Article cover image
Apr 16, 2010

By now, you should know a few of the basics of programming with OpenGL and GLUT for C++ developing, like shapes, transformations, timers, and colors. Now it's time for lighting. Everything could loo ...

Article cover image
Apr 15, 2010

By now, you should know a few of the basics of programming with OpenGL and GLUT for C++ developing, like shapes, transformations, timers, and colors. Now it's time for lighting. Everything could loo ...

Article cover image
Apr 15, 2010

After you've learned the basics about shapes, transformations, and times, it's time to move onto learning the color scheme of things in the C++ programming language. You can't have a beautiful 3D gam ...

Article cover image
Apr 15, 2010

OpenGL (OPEN Graphics Language) is a 3D graphics language developed by SGI. It has become a de facto standard supported in all Unix, Linux, Windows and Macintosh computers. To start out developing ...

Article cover image
Apr 15, 2010

To start developing your own 3D games and programs, you're going to need to know the basics of C++, like shaping. This video lesson will show you how to create basic shapes using OpenGL and GLUT for ...

Article cover image
Apr 15, 2010

Before you can start making awesome 3D games on your Linux computer using C++, then you're going to need to download and install these developer programs. This video lesson will show you how to downl ...

Article cover image
Apr 15, 2010

To start making your own 3D games using C++, then you're going to need to download and install these developer programs. This video lesson will show you how to download and set up OpenGL and GLUT for ...

Article cover image
Apr 6, 2010

If you've programmed a few Windows Mobile applications, you might need to perform some troubleshooting and debug the program to weed out all the problems. You can do this with AppVerifier. Marty Lar ...

Article cover image
Mar 31, 2010

In this video, the instructor shows how to convert Celsius to Fahrenheit using a C++ program. This video shows how to do this by a live example where the instructor writes down the code to do it. Firs ...