Click here to Skip to main content
15,910,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVirtual Memory Problem in Multithreaded C++ Console Application [modified] Pin
freak13_az16-Aug-06 12:27
freak13_az16-Aug-06 12:27 
AnswerRe: Virtual Memory Problem in Multithreaded C++ Console Application Pin
JWood16-Aug-06 16:04
JWood16-Aug-06 16:04 
AnswerRe: Virtual Memory Problem in Multithreaded C++ Console Application Pin
Bram van Kampen16-Aug-06 16:16
Bram van Kampen16-Aug-06 16:16 
GeneralRe: Virtual Memory Problem in Multithreaded C++ Console Application Pin
Bram van Kampen16-Aug-06 16:22
Bram van Kampen16-Aug-06 16:22 
AnswerRe: Virtual Memory Problem in Multithreaded C++ Console Application Pin
freak13_az17-Aug-06 6:51
freak13_az17-Aug-06 6:51 
QuestionMultitheading Pin
Waldermort16-Aug-06 11:43
Waldermort16-Aug-06 11:43 
AnswerRe: Multitheading Pin
valikac16-Aug-06 12:50
valikac16-Aug-06 12:50 
AnswerRe: Multitheading Pin
Tim Smith16-Aug-06 17:04
Tim Smith16-Aug-06 17:04 
Yes, they should be. For such things as the C-Runtime library (the library that contains the implementation for things such as fopen and errno), there are slight differences in how some things are done. For example, in a single threaded CRTL DLL, memory management probably isn't locked so two threads don't try to allocate memory at the same time (due to the threads sharing the same core memory allocation tables). Even simple things such as errno and strtok are implemented differently in a single threaded CRTL.

Tim Smith

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

AnswerRe: Multitheading Pin
Stephen Hewitt16-Aug-06 21:16
Stephen Hewitt16-Aug-06 21:16 
QuestionFundamental Question Pin
eggie516-Aug-06 9:33
eggie516-Aug-06 9:33 
AnswerRe: Fundamental Question Pin
eggie516-Aug-06 9:59
eggie516-Aug-06 9:59 
AnswerRe: Fundamental Question Pin
Bram van Kampen16-Aug-06 15:30
Bram van Kampen16-Aug-06 15:30 
QuestionObject Definition Pin
Jay0316-Aug-06 9:21
Jay0316-Aug-06 9:21 
AnswerRe: Object Definition Pin
Zac Howland16-Aug-06 10:11
Zac Howland16-Aug-06 10:11 
GeneralRe: Object Definition Pin
JWood16-Aug-06 11:26
JWood16-Aug-06 11:26 
GeneralRe: Object Definition [modified] Pin
SimonSays16-Aug-06 11:47
SimonSays16-Aug-06 11:47 
GeneralRe: Object Definition Pin
JWood16-Aug-06 15:51
JWood16-Aug-06 15:51 
GeneralRe: Object Definition Pin
Zac Howland17-Aug-06 3:51
Zac Howland17-Aug-06 3:51 
GeneralRe: Object Definition [modified] Pin
Prakash Nadar16-Aug-06 22:01
Prakash Nadar16-Aug-06 22:01 
GeneralRe: Object Definition Pin
Jay0317-Aug-06 5:02
Jay0317-Aug-06 5:02 
GeneralRe: Object Definition Pin
Zac Howland17-Aug-06 5:22
Zac Howland17-Aug-06 5:22 
AnswerRe: Object Definition Pin
Bram van Kampen16-Aug-06 15:46
Bram van Kampen16-Aug-06 15:46 
Questionhow to obtain mouse position while dragging a dialog bar... Pin
Luckeman16-Aug-06 7:32
Luckeman16-Aug-06 7:32 
AnswerRe: how to obtain mouse position while dragging a dialog bar... Pin
Waldermort16-Aug-06 7:36
Waldermort16-Aug-06 7:36 
GeneralRe: how to obtain mouse position while dragging a dialog bar... Pin
Luckeman16-Aug-06 8:13
Luckeman16-Aug-06 8:13 

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.