User profile: Tommy98

User info
User name:Tommy98
History
Joined:
Number of posts:23
Latest posts:

loops, arrays
try go go like int total=0; const int sizeofarray = 15; int numbers[sizeofarray]; for (int i = 0; i...

Pathfinding in 2D Char Array
Hello i am programming Pacman in console , i am using 2D char array , i want to implement pathfindin...

Getting Adress of variable in another process
not just one variable might containt the value so basicly i need loop? 0x0400000 to 0xFFFFFFF or smt...

Getting Adress of variable in another process
hello i can simply handle process by using HANDLE hProcess = OpenProcess(stuffhere); how can i basi...

Ordering Numbers
anyone?