Thread: New to graphics in c++

  1. #1
    zer0python
    Guest

    Unhappy New to graphics in c++

    Alright, I want to know, where can I get a graphics.h file, or is there something Im missing every time I try to use graphics I get errors Im assuming that this is because I dont have a graphics.h file. Please Help!

    -zer0python-

  2. #2
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    what compiler are you using?

    as far as i know graphics.h only exists on borland compilers.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  3. #3
    Registered User
    Join Date
    Apr 2002
    Posts
    9

    Im using....

    Dev-C++, I also downloaded borland's but eh, I have to make an IDE for that, cause well its command line!

  4. #4
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    well unfortunatly, i don't know of a way to make graphics.h work on Dev-C++ only thing i've ever seen use it is borland,

    if your looking for graphics there are several other good libraries out there

    check these links for info

    for OpenGL:
    http://www.opengl.org

    for Allegro:
    http://www.allegro.cc

    for SDL:
    http://www.libsdl.org

    for Direct-X:
    http://www.microsoft.com/Directx

    for General Gaming "Making" Info:
    http://www.gamedev.net

    for General Graphics(and more) Programming Info:
    http://www.flipcode.com

    or use assembler

    http://www.brackeen.com/home/vga/index.html

    or with DJGPP:

    http://www.geocities.com/SiliconValley/Park/8933/


    search the forums for graphics you'll find lots of info
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  5. #5
    Registered User
    Join Date
    Apr 2002
    Posts
    9

    Thanks

    Thanks

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