Click here to Skip to main content
16,016,759 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionLocal static variable is thread safe? Pin
Best Kiluyar21-May-07 19:11
Best Kiluyar21-May-07 19:11 
AnswerRe: Local static variable is thread safe? Pin
User 58385221-May-07 19:54
User 58385221-May-07 19:54 
AnswerRe: Local static variable is thread safe? Pin
Manoj Kumar Rai21-May-07 19:55
professionalManoj Kumar Rai21-May-07 19:55 
AnswerRe: Local static variable is thread safe? Pin
Sameerkumar Namdeo21-May-07 20:11
Sameerkumar Namdeo21-May-07 20:11 
GeneralRe: Local static variable is thread safe? Pin
Best Kiluyar21-May-07 20:38
Best Kiluyar21-May-07 20:38 
GeneralRe: Local static variable is thread safe? Pin
Manoj Kumar Rai21-May-07 20:49
professionalManoj Kumar Rai21-May-07 20:49 
GeneralRe: Local static variable is thread safe? Pin
Best Kiluyar21-May-07 21:10
Best Kiluyar21-May-07 21:10 
GeneralRe: Local static variable is thread safe? Pin
rrrado21-May-07 22:26
rrrado21-May-07 22:26 
It depends on what you need. If you wish to have it shared for all threads, you need to work with it like with any other shared memory in multithreading which includes synchronisation (unless only one thread is writing the variable)


rrrado

GeneralRe: Local static variable is thread safe? Pin
Best Kiluyar21-May-07 22:51
Best Kiluyar21-May-07 22:51 
Questionproblem with fread and char* Pin
dreamtwister21-May-07 19:10
dreamtwister21-May-07 19:10 
AnswerRe: problem with fread and char* Pin
User 58385221-May-07 19:57
User 58385221-May-07 19:57 
AnswerRe: problem with fread and char* Pin
led mike21-May-07 19:57
led mike21-May-07 19:57 
QuestionVideo recording on motion detection Pin
tyagineha21-May-07 18:18
tyagineha21-May-07 18:18 
QuestionFlickering - pls help me its urgent Pin
deeps_cute21-May-07 18:16
deeps_cute21-May-07 18:16 
AnswerRe: Flickering - pls help me its urgent Pin
baerten21-May-07 21:45
baerten21-May-07 21:45 
QuestionText file to excel Pin
ashost0721-May-07 17:27
ashost0721-May-07 17:27 
AnswerRe: Text file to excel Pin
Manoj Kumar Rai21-May-07 19:52
professionalManoj Kumar Rai21-May-07 19:52 
AnswerRe: Text file to excel Pin
Nelek21-May-07 20:04
protectorNelek21-May-07 20:04 
AnswerRe: Text file to excel Pin
Sameerkumar Namdeo21-May-07 20:38
Sameerkumar Namdeo21-May-07 20:38 
QuestionConjunctive Normal Form Code [URGENT] Pin
Star0921-May-07 16:22
Star0921-May-07 16:22 
AnswerRe: Conjunctive Normal Form Code [URGENT] Pin
led mike21-May-07 20:03
led mike21-May-07 20:03 
GeneralRe: Conjunctive Normal Form Code [URGENT] Pin
Rajesh R Subramanian21-May-07 20:42
professionalRajesh R Subramanian21-May-07 20:42 
GeneralRe: Conjunctive Normal Form Code [URGENT] Pin
Mark Salsbery22-May-07 4:23
Mark Salsbery22-May-07 4:23 
GeneralRe: Conjunctive Normal Form Code [URGENT] Pin
Rajesh R Subramanian22-May-07 6:57
professionalRajesh R Subramanian22-May-07 6:57 
QuestionDatabase Class in VC++ Pin
Programm3r21-May-07 9:08
Programm3r21-May-07 9:08 

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.