Thread: DEV-C++ Missing Headings???

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    32

    Post DEV-C++ Missing Headings???

    alright i have been writingthis game for a while now and im about half way thru... so i compile it to make sure there are no errors so far....................... so much for that .. to my surprise it says

    graphic.h no such heading file...

    will someone plzzzzzz give me a website where i can download a RELIABLE compiler that compiles dos and Win32 programs it would be nice

  2. #2
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    Dev C++ is a realiable environment. (Using mingw32) It doesn't have graphics.h because that is a specialty library not a standard one. Much like clrscr() is not a standard function. You'll have to use Borland if you want to use the graphics.h file but I recommend moving up to a graphics library like GDI, OpenGL, DirectX or whatever.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Errors including <windows.h>
    By jw232 in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2008, 01:29 PM
  2. failure to import external C libraries in C++ project
    By nocturna_gr in forum C++ Programming
    Replies: 3
    Last Post: 12-02-2007, 03:49 PM
  3. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  4. ras.h errors
    By Trent_Easton in forum Windows Programming
    Replies: 8
    Last Post: 07-15-2005, 10:52 PM
  5. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM