CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2002
    Posts
    24

    Good time functions?

    Is there a good standard C++ alternative to using the ctime functions (in time.h)?

    P-Sz

  2. #2
    Join Date
    Nov 2002
    Location
    Foggy California
    Posts
    1,245
    Not that I know of.

  3. #3
    Join Date
    Nov 2001
    Location
    Beyond Juslibol
    Posts
    1,688
    COleDateTime

  4. #4
    Join Date
    Oct 2001
    Location
    Dublin, Eire
    Posts
    880
    COleDateTime could be a good alternative, but I am not sure it is standard (outside of Microsoft).
    Elrond
    A chess genius is a human being who focuses vast, little-understood mental gifts and labors on an ultimately trivial human enterprise.
    -- George Steiner

  5. #5
    Coletime it is not standard c++

    by
    spynet
    "Software is like sex, it's better when it's free." - Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured