Click here to Skip to main content
16,007,760 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A2WBSTR Pin
CPallini3-Apr-08 22:38
mveCPallini3-Apr-08 22:38 
GeneralRe: A2WBSTR Pin
George_George3-Apr-08 23:04
George_George3-Apr-08 23:04 
GeneralRe: A2WBSTR Pin
CPallini3-Apr-08 23:15
mveCPallini3-Apr-08 23:15 
GeneralRe: A2WBSTR Pin
George_George3-Apr-08 23:18
George_George3-Apr-08 23:18 
GeneralRe: A2WBSTR Pin
CPallini3-Apr-08 23:29
mveCPallini3-Apr-08 23:29 
GeneralRe: A2WBSTR Pin
George_George3-Apr-08 23:32
George_George3-Apr-08 23:32 
Generalesoteric use of the "new" keyword Pin
Dave Calkins3-Apr-08 4:12
Dave Calkins3-Apr-08 4:12 
GeneralRe: esoteric use of the "new" keyword Pin
James R. Twine3-Apr-08 4:51
James R. Twine3-Apr-08 4:51 
   Have not seen it done like that before, but I could see it being used for things like allocating additional memory at the end of the object. Remember how variable-length structures like DDEDATA, PDH_COUNTER_INFO and some device driver ones worked?

   Also for custom heap management - I want this object on this heap and that object created on on that heap, or created in a pre-reserved (shared?) block of memory.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<hr></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!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles



QuestionRe: esoteric use of the "new" keyword Pin
David Crow3-Apr-08 4:56
David Crow3-Apr-08 4:56 
GeneralRe: esoteric use of the "new" keyword Pin
James R. Twine3-Apr-08 5:05
James R. Twine3-Apr-08 5:05 
GeneralRe: esoteric use of the "new" keyword Pin
Cedric Moonen3-Apr-08 5:10
Cedric Moonen3-Apr-08 5:10 
GeneralRe: esoteric use of the "new" keyword Pin
James R. Twine3-Apr-08 5:41
James R. Twine3-Apr-08 5:41 
GeneralRe: esoteric use of the "new" keyword Pin
Mark Salsbery3-Apr-08 6:10
Mark Salsbery3-Apr-08 6:10 
GeneralRe: esoteric use of the "new" keyword Pin
Dave Calkins3-Apr-08 11:18
Dave Calkins3-Apr-08 11:18 
GeneralRegCreateKeyEx failed in Vista Pin
dharani3-Apr-08 2:52
dharani3-Apr-08 2:52 
QuestionRe: RegCreateKeyEx failed in Vista Pin
Rajesh R Subramanian3-Apr-08 3:02
professionalRajesh R Subramanian3-Apr-08 3:02 
GeneralRe: RegCreateKeyEx failed in Vista Pin
Cedric Moonen3-Apr-08 3:14
Cedric Moonen3-Apr-08 3:14 
GeneralRe: RegCreateKeyEx failed in Vista Pin
David Crow3-Apr-08 3:18
David Crow3-Apr-08 3:18 
RantRe: RegCreateKeyEx failed in Vista Pin
James R. Twine3-Apr-08 5:43
James R. Twine3-Apr-08 5:43 
GeneralRe: RegCreateKeyEx failed in Vista Pin
Hamid_RT7-Apr-08 4:26
Hamid_RT7-Apr-08 4:26 
Generalerror C2664: '_access' : cannot convert parameter 1 from 'TCHAR [260]' to 'const char *' Pin
neha.agarwal273-Apr-08 2:03
neha.agarwal273-Apr-08 2:03 
GeneralRe: error C2664: '_access' : cannot convert parameter 1 from 'TCHAR [260]' to 'const char *' Pin
Cedric Moonen3-Apr-08 2:09
Cedric Moonen3-Apr-08 2:09 
Rantmap user to a group name Pin
vineeshV3-Apr-08 1:27
vineeshV3-Apr-08 1:27 
GeneralRe: map user to a group name Pin
David Crow3-Apr-08 3:23
David Crow3-Apr-08 3:23 
QuestionWhat can i use in place of DoModal? Pin
Le@rner3-Apr-08 1:21
Le@rner3-Apr-08 1:21 

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.