Thread: graphics?

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    77

    graphics?

    are you able to use graphics in dos programs?
    if so how?
    Hooked On Phonics Didn't Work For Me!

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    You'll probably find that one has been asked before.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Registered User Kirdra's Avatar
    Join Date
    Aug 2002
    Posts
    105
    I think you can draw basic polygons and circles using header files such as <graphics.h>. I was able to create Circles with my Turbo C++ 3.0

    Not sure about Sprites and Backgrounds which would be used in a game. I think Allegro and stuff can preform functions and stuff like that.

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