Click here to Skip to main content
15,890,690 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
You need to terminate the string with a null char

malloc the length plus one byte for the '\0'

after you have read the string from the file insert a '\0' at the end of the buffer
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 
AnswerRe: Database Class in VC++ Pin
led mike21-May-07 9:26
led mike21-May-07 9:26 
GeneralRe: Database Class in VC++ Pin
Programm3r21-May-07 20:35
Programm3r21-May-07 20:35 
GeneralRe: Database Class in VC++ Pin
led mike22-May-07 4:21
led mike22-May-07 4: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.