Thread: Simpe graphics in C

  1. #1
    Unregistered
    Guest

    Simpe graphics in C

    Hello,

    I just want a simple graphics header or such that works with Visual C++ 6.0 and can do plotpixel, maybe a line or circle, etc.

    NOthing fancy

    I have been unable to find something that works on the internet.. lots out there but the headers themselves seem to give me lots of errors.. heh

  2. #2
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    This site http://www.dinkumware.com/htm_cl/index.html may or may not have the header files. But it does have a lot of them. So keep it as a good reference. I do.

    --Garfield
    1978 Silver Anniversary Corvette

  3. #3
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    You need to make the project an MFC or a DirectX project and use DirectDraw, stuff like that. Graphics are not a part of the standard but rather are supplimented by the vendor who produced the compiler. This is a question for the Windows Programming Board.

  4. #4
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    VC++ does allow you do graphcis, try searching google or yahoo for some links.

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