Search:

Type: Posts; User: KevBin

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,712

    I think I used that. Time is displayed in...

    I think I used that. Time is displayed in microseconds. My question is: Is this correct way and maybe I shoud use bigger number for MAX constant? Is there any other realiable way to achive this!
  2. Replies
    6
    Views
    2,712

    measuring time of execution

    Hi, I want to compare time of execution a recursive and nonrecursive program!
    I tried using function clock() but it seems that my program is so fast that I always get result 0.00000.
    I did search...
  3. Thread: getch

    by KevBin
    Replies
    1
    Views
    1,162

    getch

    Hi, is there any replacement for function getch?
    I need some standard function that have similar behavior (no echo to screen).
    Thanks a lot!
  4. Thread: feof and stdin

    by KevBin
    Replies
    1
    Views
    17,839

    feof and stdin

    Is this code OK?


    ...
    char buf[BUFSIZ];

    while(1)
    {
  5. recmmendations on learning multithreading programming

    Hi, does anybody know any good links to tutorials on multithreading programming?
    Thanks
Results 1 to 5 of 5