Thread: Which header file?

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    59

    Which header file?

    Hi Guys,

    Could someone tell me which header file is required to use
    delay() ?


    Thanks

    Boontune

  2. #2
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    /* nm then*/
    Last edited by RoD; 01-24-2003 at 05:28 AM.

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    59
    I was talking about the function that delays a program, the one like sleep() or what ever it is.

  4. #4
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    dos.h
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  5. #5
    Registered User Cela's Avatar
    Join Date
    Jan 2003
    Posts
    362
    >>Could someone tell me which header file is required to use delay() ?
    It depends on your compiler, the documentation will tell you what to include, otherwise we need to know what compiler you use or it's tough to tell what nonstandard header contains the nonstandard function you want to use in a nonstandard way. :-)
    *Cela*

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need Help Fixing My C Program. Deals with File I/O
    By Matus in forum C Programming
    Replies: 7
    Last Post: 04-29-2008, 07:51 PM
  2. Replies: 30
    Last Post: 06-19-2006, 12:35 AM
  3. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  4. Making a LIB file from a DEF file for a DLL
    By JMPACS in forum C++ Programming
    Replies: 0
    Last Post: 08-02-2003, 08:19 PM