Thread: header

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    13

    Post header

    i want the file graphics.h
    me

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    what do you expect us to do about it?

    Look here
    Away.

  3. #3
    Registered User
    Join Date
    May 2003
    Posts
    1,619
    If your compiler doesn't already have a header, there's almost nothing you will gain by getting someone else's header, excepting in very limited cases (e.g. template libraries, or headers that define no functions).

    Without the libraries that go with it, graphics.h is useless. Further, it's nonstandard and the library is most likely copyrighted, so it wouldn't even be legal to share.

    See http://faq.cprogramming.com/cgi-bin/...&id=1043284385

  4. #4
    Comment your source code! Lynux-Penguin's Avatar
    Join Date
    Apr 2002
    Posts
    533
    http://www.google.com/search?hl=en&l...al+C%2B%2B+6.0

    This might help but please check with Google before posting a question like that. Or, if you really don't like google or any search engine please state an actual problem rather than a simple desire, no one cares to hear "i want...".

    oh and as a note, the above link is assuming your using MSVC++ 6.0 like most people. Otherwise try your luck with:

    Google search for Graphics.h

    -LC
    Last edited by Lynux-Penguin; 07-19-2003 at 09:27 PM.
    Asking the right question is sometimes more important than knowing the answer.
    Please read the FAQ
    C Reference Card (A MUST!)
    Pointers and Memory
    The Essentials
    CString lib

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Checking array for string
    By Ayreon in forum C Programming
    Replies: 87
    Last Post: 03-09-2009, 03:25 PM
  2. Obtaining source & destination IP,details of ICMP Header & each of field of it ???
    By cromologic in forum Networking/Device Communication
    Replies: 1
    Last Post: 04-29-2006, 02:49 PM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM