time.h

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tomma
    New Member
    • Mar 2008
    • 2

    time.h

    Hi, I program using MPLAB ID, I need to use the time header file ..
    but I shoud add the header file to the h folder so I can include it in my program
    Where I can find the header file time.h ?
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Originally posted by Tomma
    Hi, I program using MPLAB ID, I need to use the time header file ..
    but I shoud add the header file to the h folder so I can include it in my program
    Where I can find the header file time.h ?
    time.h comes default with the c/c++ compilers u are using.
    If u compile the program with time.h included then it will be picked up by the compiler automatically.

    Raghuram

    Comment

    • Tomma
      New Member
      • Mar 2008
      • 2

      #3
      I am using C18 compiler .. and it dont have the time.h header file .. is there a way to get it some where else. ?

      Comment

      • gpraghuram
        Recognized Expert Top Contributor
        • Mar 2007
        • 1275

        #4
        Originally posted by Tomma
        I am using C18 compiler .. and it dont have the time.h header file .. is there a way to get it some where else. ?

        You can get the time.h header file but you also should have the library for the same.
        did you search in net for the same?

        raghuram

        Comment

        Working...