Thread: Want to know the details

  1. #1
    Registered User
    Join Date
    Mar 2010
    Posts
    17

    Want to know the details

    Dear All,
    I am implementing simple programming for calculator with graphics.
    i want to know the what are the equavalent header files #include"graphics.h" and #include"dos.h" in Windows operating system.
    I am getting 'error' when i included #include "graphics.h" header file.

    Thanks in advance for your cooperation.

    Regards,
    Siddu

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    The answer depends on which compiler you are using. AFAIK, graphics.h and dos.h sounds like you need Turbo C (aka Turbo C/C++). That's what I usually program with, and those files are part of the program's include files.

    So what compiler are you using?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. To get the su details
    By karthigayan in forum C Programming
    Replies: 1
    Last Post: 04-10-2009, 02:26 AM
  2. Give Details about Dynamic memory Location ??
    By svelmca in forum C Programming
    Replies: 1
    Last Post: 03-31-2009, 12:21 AM
  3. monitor details.
    By xddxogm3 in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 03-13-2005, 03:25 PM
  4. Can't display book and borrower's details.
    By grscot in forum C++ Programming
    Replies: 0
    Last Post: 05-02-2003, 10:18 AM