creating a maze

can someone give me pointers on how to create a maze??? I am hoping for my charcter in my game to go through it and find some obstacles as he or she is navigating through this maze> Any ideas??? I am using MS visual C++.

If you’re searching for how to move the camera, you can look at the tutorial “Loading And Moving Through A 3D World” on this page http://nehe.gamedev.net/lesson.asp?index=02 (it look like a maze on the picture so maybe that can be usefull for you)

If you want to create a maze in 3D… i think you should create a BMP and draw your maze on it… after you just have to open the Bitmap and for each pixels draw the maze in 3D.

Hope that was what you were searching for ^^
Ludovic