C++
C++ is my favorite language and usually my language of choice when I just need a quick application. I usually only do
console applications or 3d graphics with it though. I almost never do any win32 gui programming because I don't think it's
worth it. The only time I use the win32 libraries is when I need a dll to do something specific. Anyway, C++ is a beautiful
language if you know what you're doing. OOP is wonderful.
Savage 3D Filesystem (C++/Ogre3D) - This is my design for a 3d filesystem. I am
using Ogre3d for the GUI. It has it's own page so check it out!
Rubik's Cube Solver - This is my minimal Rubik's cube solver. It is a console
application written in C++. Information is located on the rubik's cube page.
Maze Creator(C++/OpenGL) - [11/x/2002] - This was my semester project for computer graphics with OpenGL. It's
just a small program that allows you to point and click to make any maze you want. The maze can be
saved or loaded later as well. It's pretty robust. The program isn't all the "useful" because I didn't
put any collision detection in it, so you can just walk through the walls if you want. Hey, it was a
computer graphics class, not a 3d game class. Anyway, all the source and build files are included.
Looking back at the design I could have done things much much better but I was very new to OpenGL and 3d programming.
Maze.zip