Search:

Type: Posts; User: ksarkar

Search: Search took 0.01 seconds.

  1. Thread: Multithreading

    by ksarkar
    Replies
    6
    Views
    1,550

    Multithreading

    I am using MFC threads in Windows XP and Visual Studio 6.0
  2. Replies
    6
    Views
    2,058

    while(times_value < 11) cout

    while(times_value < 11)
    cout << "7 x " << times_value << " = " << 7 * times_value++ << endl;
  3. Thread: Multithreading

    by ksarkar
    Replies
    6
    Views
    1,550

    Multithreading

    I am making an application wherein on clicking a button, a thread is created if its not already created. If the thread is already created then the current instance of the thread is deleted and the...
  4. Replies
    1
    Views
    2,604

    Keyboard input in a Dialog

    I am making a fully dialog based application wherein my application has a dialog with a few buttons. I want to move one of the buttons at runtime through keyboard left and right keys. I have added...
Results 1 to 4 of 4