Greetings
i need to know how to change values of specific memory addresses in c++. So far i have been using a utility for this job (cheatengine) but thought if i do this in c++ i might actually learn something

say the process name is: "bobdole.exe"
memory address: "04A96990"
memory type: "float"

we know for this value will allways be in the same address every time the program is loaded into memory.

i gave this a try: c++ tut on memory manipulation (site keeps crashing my firefox)
and i cant get the code to compile, gives me 50 errors, maybe because it was writen in c++.net? i am using standard c++.

(you are dealing with a c++ newby )
any help will be greatly appreciated.