Click here to Skip to main content
15,901,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Which is better? Pin
_AnsHUMAN_ 18-Aug-06 21:41
_AnsHUMAN_ 18-Aug-06 21:41 
GeneralRe: Which is better? Pin
HakunaMatada18-Aug-06 22:24
HakunaMatada18-Aug-06 22:24 
GeneralRe: Which is better? Pin
Tim Smith19-Aug-06 14:13
Tim Smith19-Aug-06 14:13 
AnswerRe: Which is better? Pin
xxrl18-Aug-06 21:27
xxrl18-Aug-06 21:27 
GeneralRe: Which is better? Pin
Naveen18-Aug-06 21:29
Naveen18-Aug-06 21:29 
GeneralRe: Which is better? Pin
Don Fletcher20-Aug-06 23:24
Don Fletcher20-Aug-06 23:24 
GeneralRe: Which is better? Pin
Naveen21-Aug-06 0:58
Naveen21-Aug-06 0:58 
GeneralRe: Which is better? Pin
Tim Smith19-Aug-06 14:10
Tim Smith19-Aug-06 14:10 
Using the heap (i.e. new) instead of the stack can cause all sorts of performance problems due to the memory manager. However, large objects (for example, something over 20k) might cause problems if allocated on the stack.


Tim Smith

I'm going to patent thought. I have yet to see any prior art.

AnswerRe: Which is better? Pin
Kevin McFarlane19-Aug-06 9:19
Kevin McFarlane19-Aug-06 9:19 
GeneralRe: Which is better? Pin
HakunaMatada20-Aug-06 18:30
HakunaMatada20-Aug-06 18:30 
AnswerRe: Which is better? Pin
Hamid_RT22-Aug-06 6:59
Hamid_RT22-Aug-06 6:59 
QuestionLinker error Pin
Anu_Bala18-Aug-06 19:54
Anu_Bala18-Aug-06 19:54 
AnswerRe: Linker error Pin
Naveen18-Aug-06 20:00
Naveen18-Aug-06 20:00 
AnswerRe: Linker error Pin
Sarath C18-Aug-06 21:10
Sarath C18-Aug-06 21:10 
QuestionVitual key, VS2005 [modified] solved Pin
NorGUI18-Aug-06 19:42
NorGUI18-Aug-06 19:42 
AnswerRe: Vitual key, VS2005 Pin
Naveen18-Aug-06 19:57
Naveen18-Aug-06 19:57 
AnswerRe: Vitual key, VS2005 Pin
Justin Tay19-Aug-06 2:37
Justin Tay19-Aug-06 2:37 
QuestionSTL Map.find() Pin
shadrach_india18-Aug-06 19:38
shadrach_india18-Aug-06 19:38 
AnswerRe: STL Map.find() Pin
Stephen Hewitt20-Aug-06 16:07
Stephen Hewitt20-Aug-06 16:07 
QuestionPreviewing many pages Pin
mikobi18-Aug-06 19:09
mikobi18-Aug-06 19:09 
QuestionDrawing on the window [modified] Pin
ramanand_bulusu18-Aug-06 18:38
ramanand_bulusu18-Aug-06 18:38 
AnswerRe: Drawing on the window Pin
Hamid_RT18-Aug-06 19:33
Hamid_RT18-Aug-06 19:33 
QuestionAsk a unsolved problem for long time Pin
begtostudy18-Aug-06 16:38
begtostudy18-Aug-06 16:38 
AnswerRe: Ask a unsolved problem for long time Pin
begtostudy19-Aug-06 20:40
begtostudy19-Aug-06 20:40 
Questionproblems with recvfrom Pin
afpr18-Aug-06 13:36
afpr18-Aug-06 13:36 

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.