Click here to Skip to main content
15,887,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFAR Pin
Smith#9-Jan-06 22:48
Smith#9-Jan-06 22:48 
AnswerRe: FAR Pin
toxcct9-Jan-06 23:00
toxcct9-Jan-06 23:00 
GeneralRe: FAR Pin
Smith#10-Jan-06 1:01
Smith#10-Jan-06 1:01 
GeneralRe: FAR Pin
toxcct10-Jan-06 1:02
toxcct10-Jan-06 1:02 
AnswerRe: FAR Pin
Bob Stanneveld10-Jan-06 0:02
Bob Stanneveld10-Jan-06 0:02 
GeneralRe: FAR Pin
Smith#10-Jan-06 1:00
Smith#10-Jan-06 1:00 
GeneralRe: FAR Pin
Prakash Nadar10-Jan-06 1:20
Prakash Nadar10-Jan-06 1:20 
GeneralRe: FAR Pin
Bob Stanneveld10-Jan-06 2:24
Bob Stanneveld10-Jan-06 2:24 
Hello,

The segment concept is not gone, windows still uses internally within the virtual memory manager, but this is completely hidden from the programmer. Pointers these days are merely offsets from the start of the memory region allocated by Windows(r). This way, the memory allocated can be anywhere: pagefile, memory mapped file, RAM, etc. It doesn't matter the memory manager makes sure that the memory will be in RAM when you use it.

This is also the reason that you can't mess with other programs memory anymore since the offsets are only valid within the context of your process. Before, pointers could point to any memory source available to the system.

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
QuestionMDI application Pin
Anu_Bala9-Jan-06 22:41
Anu_Bala9-Jan-06 22:41 
AnswerRe: MDI application Pin
_anil_9-Jan-06 22:50
_anil_9-Jan-06 22:50 
AnswerRe: MDI application Pin
toxcct9-Jan-06 22:51
toxcct9-Jan-06 22:51 
GeneralRe: MDI application Pin
Rage10-Jan-06 0:21
professionalRage10-Jan-06 0:21 
GeneralRe: MDI application Pin
toxcct10-Jan-06 0:26
toxcct10-Jan-06 0:26 
GeneralOT... Pin
toxcct10-Jan-06 4:28
toxcct10-Jan-06 4:28 
AnswerRe: MDI application Pin
Yuwraj9-Jan-06 22:56
Yuwraj9-Jan-06 22:56 
AnswerRe: MDI application Pin
Curtis Schlak.10-Jan-06 4:15
Curtis Schlak.10-Jan-06 4:15 
QuestionI got following error while compiling.... Pin
Yuwraj9-Jan-06 22:19
Yuwraj9-Jan-06 22:19 
AnswerRe: I got following error while compiling.... Pin
toxcct9-Jan-06 22:27
toxcct9-Jan-06 22:27 
QuestionIs it impossible to use IOCP for consoles ? Pin
iir9-Jan-06 22:00
iir9-Jan-06 22:00 
AnswerRe: Is it impossible to use IOCP for consoles ? Pin
__yb10-Jan-06 11:59
__yb10-Jan-06 11:59 
GeneralRe: Is it impossible to use IOCP for consoles ? Pin
iir10-Jan-06 13:36
iir10-Jan-06 13:36 
GeneralRe: Is it impossible to use IOCP for consoles ? Pin
__yb11-Jan-06 11:26
__yb11-Jan-06 11:26 
GeneralRe: Is it impossible to use IOCP for consoles ? Pin
iir11-Jan-06 18:28
iir11-Jan-06 18:28 
GeneralRe: Is it impossible to use IOCP for consoles ? Pin
__yb12-Jan-06 5:57
__yb12-Jan-06 5:57 
QuestionAbout using WMP10 in MFC Pin
StarMeteor9-Jan-06 21:37
StarMeteor9-Jan-06 21:37 

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.