Search:

Type: Posts; User: BruceLeroy

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    6,550

    Measuring time

    hi could anyone let me know an efficient way to measure time?

    e.g. i want my program to stay in a loop for exactly 20 seconds, what would be the best way to do that?

    thanks.
  2. Replies
    1
    Views
    1,284

    Adding a skin to a windowed application

    i'm working on a project that entails making a program with the look and functionality of a drum machine. whilst i think i can manage functionality, i've been wondering how on earth i can make it...
  3. Replies
    6
    Views
    2,180

    hi, yes i've changed the code now so that in the...

    hi, yes i've changed the code now so that in the main function the first thing i do is assign the global hinst variable to the hinstance parameter passed to the main function. i.e.



    int...
  4. Replies
    6
    Views
    2,180

    i added in the show and update lines then ran the...

    i added in the show and update lines then ran the debugger. after pressing "go", i immediately got the following info

    Loaded 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL', no matching symbolic information...
  5. Replies
    6
    Views
    2,180

    thank you for your suggestions, i will give them...

    thank you for your suggestions, i will give them a try.

    sorry about posting this in the wrong forum!
  6. Replies
    6
    Views
    2,180

    Problems with standard WIN32 Code

    /*

    Questions go here:

    1. is a reference another word for handle?
    2. research TCHAR datatype.
    3. Difference between WNDCLASSEX and WNDCLASS?
    WNDCLASSEX is the newer one. There are more...
  7. Thanks

    that did the trick!

    thank you all.
  8. Thanks..

    but for whatever reason my program does not wait for the user even with cin.get() or cin.getline().

    eg.



    cout << "press enter to begin" << endl;

    cin.get();
  9. How to read empty string from command line

    Hi I wanted to have my program behave in the following way:

    "Please press enter when you are ready."

    and then it would wait until you've pressed enter. But I've found no way of just reading a...
Results 1 to 9 of 9