User profile: skorefish

User info
User name:skorefish
History
Joined:
Number of posts:40
Latest posts:

reading from memory without access violation how?
hello there, Is there a safe way to read from random access memory of other programs using c++ in...

problem with pointers
thx, it works I wanted to do this... so I can put a few querymodels in an array in the heap so I t...

problem with pointers
this code works... [code] int **p=new int*[2]; [/code] but can someone help me with the co...

Why should i use this??
Hello, I'm wondering what the benefits of iterators are? [code] //stl style iterator QStr...

Please give me some codeadvice ?
[quote]Generate and review an assembly listing[/quote] 2 Questions: 1: How can one make such a lis...