Thread: rdtsc()

  1. #1
    Registered User
    Join Date
    Sep 2010
    Posts
    32

    Question rdtsc()

    Can anyone tell how to use this function in Dev C++.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    You have 2 problems:
    1) you are using Dev C++
    2) you want to use rdtsc()

    The first problem is easily fixed by upgrading to an actively maintained IDE. There's Code::Blocks, wxDev-C++, and Visual C++ Express.

    What are trying to achieve by using rdtsc? Read this: http://en.wikipedia.org/wiki/Time_Stamp_Counter

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Rdtsc
    By kiros88 in forum C Programming
    Replies: 6
    Last Post: 09-10-2010, 02:16 PM