|
Unfortunately, Microsoft has decided not to support Netscape plugins
in Internet Exporer 5.5 and greater. So if you have the most recent
version of IE, then the following applications will not work.
You must have the plug-in
and the compiler in order to see the folowing programs. In addition, you
must have the Glut32.dll to see OpenGL programs.
If you do not have the
needed components, please go to the Download page.
1. Hello is an ANSI-C program
displays the "Hello world" message.
2. Fractals is a C program
using the Windows API to display two fractals. The Mandelbrot fractal
is drawn if the user presses the '1' key. A julia fractal is drawn if
the user presses the '2' key.
3. 3D Motion is a C program
using OpenGL and GLUT API to display two blurred three dimensional objects
being gradually rotated.
4. Flight Sim is a C program
using OpenGL and GLUT API to create a flight simulator game.
|