CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,455

    Post Re: QueryPerformanceFreqency and QueryPerformanceCounter

    Quote Originally Posted by 1248 View Post
    What form of polling means in programming?
    See http://en.wikipedia.org/wiki/Polling_(computer_science)
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

  2. #17
    Join Date
    Apr 2012
    Posts
    25

    Re: QueryPerformanceFreqency and QueryPerformanceCounter

    So this code does nothing more tahn pollying with processor counter?

  3. #18
    Join Date
    Jan 2003
    Location
    Wallisellen (Zürich), Switzerland
    Posts
    16,238

    Re: QueryPerformanceFreqency and QueryPerformanceCounter

    This code does nothing at all. Well, it obtains performance counter and performance frequency but then doesn't use them for any purpose.
    Victor Nijegorodov

  4. #19
    Join Date
    Apr 2012
    Posts
    25

    Re: QueryPerformanceFreqency and QueryPerformanceCounter

    Then all lines i added have no outcome so far, My idea was to learn a bit and then try to make a program that finds adresses by pointers in separate processes.
    Then it would have delay control and ammount control and it would try to add for example 0.001 in every 500microsec to some adress in another process.
    Also it could have button to add 1 more value and save option so all pointers would be stored.

    How good skill it would take to make program i describe and how long average person obtains knowledge for that high skill?
    Or are similar program already avalible that i describe?

  5. #20
    Join Date
    Jan 2003
    Location
    Wallisellen (Zürich), Switzerland
    Posts
    16,238

    Re: QueryPerformanceFreqency and QueryPerformanceCounter

    Could you more clear explain what you mean by "program that finds adresses by pointers in separate processes" and why you think it is possible?
    Victor Nijegorodov

  6. #21
    Join Date
    Apr 2012
    Posts
    25

    Re: QueryPerformanceFreqency and QueryPerformanceCounter

    i ment that if pointers are directing to adresses and their values, then values would be chagned with small increasments and small delay would repeat this process.

  7. #22
    Join Date
    Jan 2003
    Location
    Wallisellen (Zürich), Switzerland
    Posts
    16,238

    Re: QueryPerformanceFreqency and QueryPerformanceCounter

    Quote Originally Posted by 1248 View Post
    i ment that if pointers are directing to adresses and their values, then values would be chagned with small increasments and small delay would repeat this process.
    I didn't ask you about "delay"
    I asked you
    Quote Originally Posted by VictorN View Post
    Could you more clear explain what you mean by "program that finds adresses by pointers in separate processes" and why you think it is possible?
    What did you mean by "separate processes"?
    Victor Nijegorodov

  8. #23
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,553

    Re: QueryPerformanceFreqency and QueryPerformanceCounter

    In addition to what VictorN said ...
    Quote Originally Posted by 1248 View Post
    ... try to make a program that finds adresses by pointers in separate processes ... and it would try to add for example 0.001 in every 500microsec to some adress in another process ... and save option so all pointers would be stored.
    Reading and writing to/from addresses across different processes is very difficult. I would say the skill level is very high.

    Mike

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



HTML5 Development Center

Click Here to Expand Forum to Full Width