Click here to Skip to main content
16,005,552 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: client/serveur mailslot Pin
James R. Twine4-Jan-07 4:26
James R. Twine4-Jan-07 4:26 
AnswerRe: client/serveur mailslot Pin
Hamid_RT4-Jan-07 18:05
Hamid_RT4-Jan-07 18:05 
QuestionHow CALLBACK function work Pin
Max++4-Jan-07 4:16
Max++4-Jan-07 4:16 
AnswerRe: How CALLBACK function work Pin
James R. Twine4-Jan-07 4:25
James R. Twine4-Jan-07 4:25 
Questionmemory allocation using new operator Pin
vikramlinux4-Jan-07 3:59
vikramlinux4-Jan-07 3:59 
AnswerRe: memory allocation using new operator Pin
Jörgen Sigvardsson4-Jan-07 4:17
Jörgen Sigvardsson4-Jan-07 4:17 
GeneralRe: memory allocation using new operator [modified] Pin
vikramlinux4-Jan-07 4:20
vikramlinux4-Jan-07 4:20 
GeneralRe: memory allocation using new operator Pin
James R. Twine4-Jan-07 4:28
James R. Twine4-Jan-07 4:28 
   It reserves space in your process' virtual address space.  The contents of that memory may be in physical memory (or your CPU's cache) or in the page file, or both.  The OS decides when to swap (or page-in/page-out) data between physical memory and the page file.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: memory allocation using new operator Pin
Jörgen Sigvardsson4-Jan-07 4:31
Jörgen Sigvardsson4-Jan-07 4:31 
GeneralRe: memory allocation using new operator Pin
vikramlinux4-Jan-07 18:28
vikramlinux4-Jan-07 18:28 
GeneralRe: memory allocation using new operator Pin
Jörgen Sigvardsson5-Jan-07 2:15
Jörgen Sigvardsson5-Jan-07 2:15 
QuestionPrivate Access Pin
Shouvik Das4-Jan-07 3:54
Shouvik Das4-Jan-07 3:54 
AnswerRe: Private Access Pin
Jörgen Sigvardsson4-Jan-07 4:20
Jörgen Sigvardsson4-Jan-07 4:20 
GeneralRe: Private Access Pin
Shouvik Das4-Jan-07 16:37
Shouvik Das4-Jan-07 16:37 
GeneralRe: Private Access Pin
Shouvik Das4-Jan-07 18:44
Shouvik Das4-Jan-07 18:44 
GeneralRe: Private Access Pin
Shouvik Das4-Jan-07 19:28
Shouvik Das4-Jan-07 19:28 
GeneralRe: Private Access Pin
Shouvik Das4-Jan-07 19:31
Shouvik Das4-Jan-07 19:31 
GeneralRe: Private Access Pin
Jörgen Sigvardsson5-Jan-07 2:19
Jörgen Sigvardsson5-Jan-07 2:19 
GeneralRe: Private Access Pin
Shouvik Das5-Jan-07 16:30
Shouvik Das5-Jan-07 16:30 
QuestionCOM exe registration ? Pin
Sakthiu4-Jan-07 3:52
Sakthiu4-Jan-07 3:52 
AnswerRe: COM exe registration ? Pin
James R. Twine4-Jan-07 4:21
James R. Twine4-Jan-07 4:21 
AnswerRe: COM exe registration ? Pin
Sumesh V.V4-Jan-07 17:04
Sumesh V.V4-Jan-07 17:04 
QuestionGDI Objects [modified] Pin
BlitzPackage4-Jan-07 2:59
BlitzPackage4-Jan-07 2:59 
AnswerRe: GDI Objects Pin
Mark Salsbery4-Jan-07 5:26
Mark Salsbery4-Jan-07 5:26 
GeneralRe: GDI Objects Pin
BlitzPackage4-Jan-07 5:28
BlitzPackage4-Jan-07 5:28 

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.