Jump to content

Ctime: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
added a bit of context... all these are programming terms
No edit summary
Line 2: Line 2:


* <code>ctime()</code>, a function in the ISO C standard library defined in the <code>[[time.h]]</code> standard header
* <code>ctime()</code>, a function in the ISO C standard library defined in the <code>[[time.h]]</code> standard header
* <code>ctime</code> is a standard header file for C++, equivalent to the C standard library header, <code>time.h</code>
* <code>st_ctime</code>, a member of the [[stat (Unix)|stat]] structure specifying the last [[inode]] change time of a file in a Unix-like filesystem
* <code>st_ctime</code>, a member of the [[stat (Unix)|stat]] structure specifying the last [[inode]] change time of a file in a Unix-like filesystem
* <code>CTime</code>, a Microsoft [[Active Template Library|ATL]]/[[Microsoft Foundation Class Library|MFC]] class for handling dates and times
* <code>CTime</code>, a Microsoft [[Active Template Library|ATL]]/[[Microsoft Foundation Class Library|MFC]] class for handling dates and times

Revision as of 00:17, 25 September 2008

in computer programming languages CTime or ctime may refer to:

  • ctime(), a function in the ISO C standard library defined in the time.h standard header
  • ctime is a standard header file for C++, equivalent to the C standard library header, time.h
  • st_ctime, a member of the stat structure specifying the last inode change time of a file in a Unix-like filesystem
  • CTime, a Microsoft ATL/MFC class for handling dates and times
  • CTime, a datatype in the Haskell programming language corresponding to the C time_t type
  • Time::CTime, a Perl module for interfacing with POSIX asctime