CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2010
    Posts
    1

    How to count seconds?

    I guess its a really noobish question... and well that's what I am, A noob :0
    I kinda just need to count seconds, I guess I can make that trigger an event on my own "^^

    My problem in depth is as follows:
    I want to make a game based on "Human" A.I.
    Its kinda simple for me to code it...
    But I can't find a function in C++ that does it... I just know it must have one.

    "RTFM" won't really help me here as I already checked the MSDN and couldn't really find anything like what I need... could I miss it?

    I got 2 ways to "bypass" my issue... but they, of course, harder and less efficient...

    ~I use Visual C++ 2008 as the compiler in case it matters ^^

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: How to count seconds?

    Your definition of in depth and mine are quite different.

    Do you want to trigger an event after a specific interval or count how long has elapsed?

Tags for this Thread

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