Thread: Turbo C++ Graphics

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    2

    Thumbs up Turbo C++ Graphics

    Alright, I'm 'working' in Turbo C++ and trying to display some graphics. My problem is this. Essentially, I'm just tryign to extend what I had at school. So I downloaded the necessary incude files and such, but for some reason, simple functions like 'circle' adn 'rectangle' that I used at school arent working. Obviously this is because I do not have the same files that the school does. So... if anyone knows anything about how to get or find these files... that woudl be great.

    Thanks,
    Matt

  2. #2
    Sridhar
    Guest

    Wink

    You need the library file for any header file. Library files are of extension '.lib' if you downloaded graphics.h then you must have graphics.lib in your lib directory, then all functions would work

    sridhar
    au,chennai
    india

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Handling mouse in graphics mode in Turbo C/DOS
    By sureshkumarct in forum C Programming
    Replies: 2
    Last Post: 12-24-2006, 09:36 AM
  2. Beginning Game Programming Type Books
    By bumfluff in forum Game Programming
    Replies: 36
    Last Post: 09-13-2006, 04:15 PM
  3. Mode 19 Graphics in Turbo C++
    By destroyerBEACON in forum Game Programming
    Replies: 8
    Last Post: 02-16-2002, 01:27 AM
  4. graphics.h under Turbo C
    By newbie17 in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 11-22-2001, 05:17 AM
  5. graphics help!! for my game under turbo C
    By newbie17 in forum Game Programming
    Replies: 1
    Last Post: 10-26-2001, 01:40 PM