Click here to Skip to main content
15,902,276 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Large Object Creation Pin
T210215-Jun-10 21:36
T210215-Jun-10 21:36 
Global variables kill optimization opportunities. Unless you understand memory well and will do all work from this class, you do not want to manage your own pool of memory like that. If you did chose to manage your own memory, then you may use C functions instead of new (especially if the data types are all primitive like double, long, int, etc.). This means that you have to handle construction, destruction properly yourself, but you can get speedups by bypassing unnecessary initializations.
AnswerRe: Large Object Creation Pin
Aescleal16-Jun-10 6:35
Aescleal16-Jun-10 6:35 
AnswerThanks for Information Pin
Baltoro16-Jun-10 13:53
Baltoro16-Jun-10 13:53 
QuestionMSMQ Events in 64 Bit Windows 2003 Server Pin
Hariharan.T15-Jun-10 11:13
Hariharan.T15-Jun-10 11:13 
QuestionDrawing a polygon onto a DIB? Pin
Kiran Satish15-Jun-10 6:47
Kiran Satish15-Jun-10 6:47 
AnswerRe: Drawing a polygon onto a DIB? PinPopular
CPallini15-Jun-10 7:15
mveCPallini15-Jun-10 7:15 
Questionplotting in vc++ [modified] Pin
b-rad31115-Jun-10 5:03
b-rad31115-Jun-10 5:03 
AnswerRe: plotting in vc++ Pin
Maximilien15-Jun-10 6:40
Maximilien15-Jun-10 6:40 
GeneralRe: plotting in vc++ Pin
b-rad31115-Jun-10 7:12
b-rad31115-Jun-10 7:12 
Questionsynchronization of variables Pin
Sakhalean15-Jun-10 3:08
Sakhalean15-Jun-10 3:08 
AnswerRe: synchronization of variables Pin
Cedric Moonen15-Jun-10 3:14
Cedric Moonen15-Jun-10 3:14 
GeneralRe: synchronization of variables Pin
Joe Woodbury15-Jun-10 6:15
professionalJoe Woodbury15-Jun-10 6:15 
GeneralRe: synchronization of variables Pin
Aescleal15-Jun-10 8:58
Aescleal15-Jun-10 8:58 
AnswerRe: synchronization of variables Pin
Maximilien15-Jun-10 3:24
Maximilien15-Jun-10 3:24 
GeneralRe: synchronization of variables Pin
Niklas L15-Jun-10 3:32
Niklas L15-Jun-10 3:32 
AnswerRe: synchronization of variables Pin
Joe Woodbury15-Jun-10 6:17
professionalJoe Woodbury15-Jun-10 6:17 
Question"the attempt to edit the code in cimageDoc::OnSegManual in file--- failed" in MFC classWizard Pin
jianzhuhuai14-Jun-10 23:03
jianzhuhuai14-Jun-10 23:03 
QuestionTemplate and preprocessor macros Pin
rrrado14-Jun-10 22:35
rrrado14-Jun-10 22:35 
AnswerRe: Template and preprocessor macros Pin
Code-o-mat15-Jun-10 1:13
Code-o-mat15-Jun-10 1:13 
AnswerRe: Template and preprocessor macros Pin
Niklas L15-Jun-10 2:07
Niklas L15-Jun-10 2:07 
GeneralRe: Template and preprocessor macros Pin
rrrado15-Jun-10 2:56
rrrado15-Jun-10 2:56 
GeneralRe: Template and preprocessor macros [modified] Pin
Niklas L15-Jun-10 3:16
Niklas L15-Jun-10 3:16 
Question_CrtIsValidHeapPointer error Pin
chikach14-Jun-10 15:06
chikach14-Jun-10 15:06 
AnswerRe: _CrtIsValidHeapPointer error Pin
Richard Andrew x6414-Jun-10 15:52
professionalRichard Andrew x6414-Jun-10 15:52 
GeneralRe: _CrtIsValidHeapPointer error Pin
chikach15-Jun-10 5:47
chikach15-Jun-10 5:47 

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.