Search:

Type: Posts; User: Gherkin

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,146

    Speed of GetProcAddress

    Hello, I'd like to make a call to dynamically loaded DLL (loaded with LoadLibrary) and use GetProcAddress to get the pointer to the function, then make the call.

    My question; Is GetProcAddress...
  2. Replies
    2
    Views
    2,883

    mmm that rollover is nasty, never created such...

    mmm that rollover is nasty, never created such handlers, but ill try something and crash my system a couple times again, hehe :D
  3. Thread: How to timing?

    by Gherkin
    Replies
    9
    Views
    2,849

    Well, you need to #include time.h to have the...

    Well, you need to #include time.h to have the function clock() which returns the numer of ticks your CPU made since your app is running. Dividing that by constant CLK_TCK (also in time.h) results in...
  4. Thread: How to timing?

    by Gherkin
    Replies
    9
    Views
    2,849

    Time.h

    Check the Help on time.h If there is such a thing in TC2.

    I use TC3, but i need something more accurate than these timing functions.
  5. Replies
    2
    Views
    2,883

    VERY accurate timing

    Hello,

    I am using Borland C++ 3 (yeayea oldie, need it for school) in MSDOS and trying to do VERY accurate timing.

    I need to get the time in milliseconds or more accurate. The clock() function...
Results 1 to 5 of 7