CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    May 1999
    Location
    NSW
    Posts
    32

    How many millisec is a sec???

    I'm trying to sleep a thread for a sec.
    Could someone tell me, how many millisec is a sec?

    thanks


  2. #2
    Join Date
    May 1999
    Posts
    28

    Re: How many millisec is a sec???

    Pretty sure it's 1,000


  3. #3
    Join Date
    May 1999
    Location
    Mass, USA.
    Posts
    103

    Re: How many millisec is a sec???

    1000 mSec. == 1 Sec.

    deci = 0.1
    centi = 0.01
    mili = 0.001

    /ravi



  4. #4
    Join Date
    Apr 1999
    Location
    Michigan, USA
    Posts
    115

    Re: How many millisec is a sec???

    What is with this metric stuff. Time should be measured in fortnights and distance in furlongs. Velocity,
    of course, in furlongs per fortnight.


  5. #5
    Join Date
    May 1999
    Posts
    78

    Re: How many millisec is a sec???

    Now i know what Millinium means


  6. #6
    Guest

    Re: How many millisec is a sec???

    I agree with Gary Grant. )


  7. #7
    Join Date
    Apr 1999
    Location
    Malaysia
    Posts
    224

    Re: How many millisec is a sec???

    As i know :
    1 milisec = 0.001 sec
    but i'm not sure how many milisec in a sec...
    may be you can calculate for it...
    8-D

    Hello World!!!

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