Thread: Graphics In C++

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    1

    Question Graphics In C++

    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.

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    are you doing everything right? linking ther right files? including the right headers?

  3. #3
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    Try something a little simpler than OpenGL, try Allegro or BGI.

  4. #4
    Registered User Zeeshan's Avatar
    Join Date
    Oct 2001
    Location
    London, United Kingdom
    Posts
    226
    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...

  5. #5

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Turtle Graphics, how does it work?
    By freddyvorhees in forum C++ Programming
    Replies: 15
    Last Post: 08-28-2009, 09:57 AM
  2. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM
  3. egavga.bgi problem
    By sunil21 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-22-2003, 05:06 PM
  4. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM