Hermanator
Technical User
Hello,
I'm quit a newbie on C++. I need to do something, that I believe shouldn't be very hard.
I want to make a function that reads from a certain memory address, and for a certain length.
For example: I give the function 2 arguments: The memory address, and the lenght of the data. Than the function returns a array, filled with the data found at that address.
How do I do that ?
Thanks !
I'm quit a newbie on C++. I need to do something, that I believe shouldn't be very hard.
I want to make a function that reads from a certain memory address, and for a certain length.
For example: I give the function 2 arguments: The memory address, and the lenght of the data. Than the function returns a array, filled with the data found at that address.
How do I do that ?
Thanks !