Thread: Beginer looking for an intro to graphics in C++...

  1. #16
    Registered User
    Join Date
    Jun 2002
    Posts
    17
    Hey catfish, nice FTP! It's great for C++ resources, and not a bad speed either

  2. #17
    Registered User
    Join Date
    May 2002
    Posts
    100
    What does graphics.h do?
    Where can i get it?
    Does it suport animation?
    Any tutorials?

  3. #18
    Registered User
    Join Date
    May 2002
    Posts
    10

    Graphics.h

    this header file is a pretty old one that was used to do pretty basic stuff like make rectangles, different colored rectangles, 3-D rectangles (same as others, only with "shading"), rectangles with different fill patterns, and also change similar things with regards to text. The only animation was basically clearing the screen and then redrawing stuff. There's undoubtedly many better ways to get much better results than this with current methods, but if you're still interested, I could send you the file. It contains the outdated keyword "_far" which doesn't work with Visual Studio 6.0, however.

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. Beginning Game Programming Type Books
    By bumfluff in forum Game Programming
    Replies: 36
    Last Post: 09-13-2006, 04:15 PM
  3. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM
  4. egavga.bgi problem
    By sunil21 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-22-2003, 05:06 PM
  5. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM