Click here to Skip to main content
15,889,867 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: fast return of data to the server Pin
Stefan_Lang12-Sep-19 6:02
Stefan_Lang12-Sep-19 6:02 
QuestionVirtual address of pointer keeps changing Pin
Rakanoth9-Sep-19 22:45
Rakanoth9-Sep-19 22:45 
AnswerRe: Virtual address of pointer keeps changing Pin
Richard MacCutchan9-Sep-19 23:18
mveRichard MacCutchan9-Sep-19 23:18 
GeneralRe: Virtual address of pointer keeps changing Pin
Rakanoth10-Sep-19 2:28
Rakanoth10-Sep-19 2:28 
GeneralRe: Virtual address of pointer keeps changing Pin
OriginalGriff10-Sep-19 2:29
mveOriginalGriff10-Sep-19 2:29 
GeneralRe: Virtual address of pointer keeps changing Pin
Rakanoth10-Sep-19 2:48
Rakanoth10-Sep-19 2:48 
GeneralRe: Virtual address of pointer keeps changing Pin
OriginalGriff10-Sep-19 3:04
mveOriginalGriff10-Sep-19 3:04 
AnswerRe: Virtual address of pointer keeps changing Pin
Stefan_Lang10-Sep-19 3:24
Stefan_Lang10-Sep-19 3:24 
If you have to ask this, then I doubt that the address you're reading is what you think it is. Not to mention what it points to. Every process uses it's own mapping from it's address space to the underlying physical addresses, and the system functions take care that each address used within a process is mapped accordingly: to some location within the momry space that is associated to this, and only this, process!

Consequently, a process can never access memory from another process, unless the two processes are set up specifically for that purpose: the only way I know to read memory from another process is setting up shared memory. And I doubt that your game allows this.

Take this with a grain of salt and a big AFAIK - I'm anything but a specialist on this topic Wink | ;-)
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

QuestionMFC vc++ and MySQL database Pin
Member 145755562-Sep-19 15:47
Member 145755562-Sep-19 15:47 
AnswerRe: MFC vc++ and MySQL database Pin
_Flaviu2-Sep-19 20:10
_Flaviu2-Sep-19 20:10 
GeneralRe: MFC vc++ and MySQL database Pin
Member 145755563-Sep-19 1:22
Member 145755563-Sep-19 1:22 
GeneralRe: MFC vc++ and MySQL database Pin
_Flaviu3-Sep-19 22:27
_Flaviu3-Sep-19 22:27 
GeneralRe: MFC vc++ and MySQL database Pin
Member 145755569-Sep-19 0:14
Member 145755569-Sep-19 0:14 
AnswerRe: MFC vc++ and MySQL database Pin
David Crow9-Sep-19 4:38
David Crow9-Sep-19 4:38 
GeneralRe: MFC vc++ and MySQL database Pin
Member 145755569-Sep-19 19:27
Member 145755569-Sep-19 19:27 
GeneralRe: MFC vc++ and MySQL database Pin
_Flaviu9-Sep-19 21:20
_Flaviu9-Sep-19 21:20 
GeneralRe: MFC vc++ and MySQL database Pin
Member 1457555611-Sep-19 20:02
Member 1457555611-Sep-19 20:02 
GeneralRe: MFC vc++ and MySQL database Pin
Richard MacCutchan11-Sep-19 21:13
mveRichard MacCutchan11-Sep-19 21:13 
GeneralRe: MFC vc++ and MySQL database Pin
Member 1457555612-Sep-19 1:34
Member 1457555612-Sep-19 1:34 
GeneralRe: MFC vc++ and MySQL database Pin
Member 1457555612-Sep-19 21:15
Member 1457555612-Sep-19 21:15 
GeneralRe: MFC vc++ and MySQL database Pin
_Flaviu12-Sep-19 21:52
_Flaviu12-Sep-19 21:52 
GeneralRe: MFC vc++ and MySQL database Pin
Member 1457555612-Sep-19 23:04
Member 1457555612-Sep-19 23:04 
GeneralRe: MFC vc++ and MySQL database Pin
_Flaviu13-Sep-19 1:13
_Flaviu13-Sep-19 1:13 
GeneralRe: MFC vc++ and MySQL database Pin
Member 1457555615-Sep-19 19:33
Member 1457555615-Sep-19 19:33 
GeneralRe: MFC vc++ and MySQL database Pin
_Flaviu15-Sep-19 22:30
_Flaviu15-Sep-19 22:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.