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 pointersthx, 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 pointersthis 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...