I'm trying to display graphics in a C++ program. I've tried numerous OpenGL tutorials and other tutorials related to graphics as well, but they just won't run. Please respond asap.
This is a discussion on Graphics In C++ within the C++ Programming forums, part of the General Programming Boards category; I'm trying to display graphics in a C++ program. I've tried numerous OpenGL tutorials and other tutorials related to graphics ...
I'm trying to display graphics in a C++ program. I've tried numerous OpenGL tutorials and other tutorials related to graphics as well, but they just won't run. Please respond asap.
are you doing everything right? linking ther right files? including the right headers?
Try something a little simpler than OpenGL, try Allegro or BGI.
gcc -lalleg
http://www.ciusa.net/~jrgrant/
Hi,
If you want to do some extremely complex graphical stuff, OpenGL is fine. What compiler are you using ? Most probably the problem is in the inclusion of the necessary library files...
If you just want some not so special graphics stuff (no animation, no 3D, no fogs, no alpha blending) then better yet use the graphics abilities of your own compiler, again you must mention your compiler's name, first, to get a solid opinion...