Search:

Type: Posts; User: crystalike

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,058

    thanks, I guess assembly is the only place to go...

    thanks, I guess assembly is the only place to go now
  2. Replies
    2
    Views
    1,058

    timer qustion again, on linux

    Same old question but this time I need a precise timer on linux. It should be on the level at least 10-6E sec.

    Ctime, clock, time, timeofday are not good enough to my project. I cant find a good...
  3. Replies
    4
    Views
    928

    Here is what I found on MSDN, thanks for your...

    Here is what I found on MSDN, thanks for your help

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/sleep.asp
  4. Replies
    4
    Views
    928

    I found out that there is a sleep call in windows...

    I found out that there is a sleep call in windows which can Suspends the current thread for a specified time. I think this solves my problem.
  5. Replies
    8
    Views
    1,375

    when you do inheritance, shouldn;t you deploy of...

    when you do inheritance, shouldn;t you deploy of those:pulic friend private......?
  6. Replies
    4
    Views
    928

    thread questino

    I am doing a real-time project. Under windows and linux(program is not necessary portable, we could turn in two versions)
    I need to measure the context switch time between two threads.

    I...
  7. Replies
    6
    Views
    5,301

    Should consider the case when there are more than...

    Should consider the case when there are more than one"/" in the URL, I did similar thing in a project on linux. I used GnuString,which is very easy.

    As to the standard C++, just search for the...
  8. Replies
    8
    Views
    1,308

    Re: Really newbie question

    Yes,
  9. Replies
    6
    Views
    2,107

    get system precise time

    HI all, I am a newbie on C++ programming

    What I need is a precise timer(to ms at least I think), is there a function which can get the system time, set time. count?

    if there is a function or...
Results 1 to 9 of 9