Click here to Skip to main content
15,913,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFile + folder names proessing APIs Pin
Eytukan14-Sep-07 20:57
Eytukan14-Sep-07 20:57 
AnswerRe: File + folder names proessing APIs Pin
nitin314-Sep-07 21:41
nitin314-Sep-07 21:41 
GeneralRe: File + folder names proessing APIs Pin
Eytukan14-Sep-07 22:05
Eytukan14-Sep-07 22:05 
JokeRe: File + folder names proessing APIs Pin
Eytukan14-Sep-07 22:10
Eytukan14-Sep-07 22:10 
AnswerRe: File + folder names proessing APIs Pin
Russell'15-Sep-07 2:57
Russell'15-Sep-07 2:57 
QuestionRe: File + folder names proessing APIs Pin
David Crow15-Sep-07 12:01
David Crow15-Sep-07 12:01 
AnswerRe: File + folder names proessing APIs Pin
Eytukan15-Sep-07 17:22
Eytukan15-Sep-07 17:22 
GeneralRe: File + folder names proessing APIs Pin
David Crow17-Sep-07 2:51
David Crow17-Sep-07 2:51 
VuNic wrote:
If you want to clear a char buffer[] (stack allocated) , what's the proper way?
like :

char szTemp[256];


I would use:

char szTemp[256] = { '\0' };
for initialization, and then memset() later on to clear its contents.


"A good athlete is the result of a good and worthy opponent." - David Crow

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


Questionneed help Pin
gentleguy14-Sep-07 16:52
gentleguy14-Sep-07 16:52 
AnswerRe: need help Pin
Peter Weyzen14-Sep-07 19:24
Peter Weyzen14-Sep-07 19:24 
AnswerRe: need help Pin
David Crow15-Sep-07 12:07
David Crow15-Sep-07 12:07 
AnswerRe: opening word template(memo) and writting into it Pin
led mike14-Sep-07 8:33
led mike14-Sep-07 8:33 
AnswerRe: WinCE Text Display Question Pin
Nathan Holt at EMOM14-Sep-07 10:14
Nathan Holt at EMOM14-Sep-07 10:14 
QuestionMain window Pin
San246814-Sep-07 4:55
San246814-Sep-07 4:55 
QuestionRe: Main window Pin
Mark Salsbery14-Sep-07 6:57
Mark Salsbery14-Sep-07 6:57 
AnswerRe: Main window Pin
led mike14-Sep-07 7:36
led mike14-Sep-07 7:36 
GeneralRe: Main window Pin
Mark Salsbery14-Sep-07 7:41
Mark Salsbery14-Sep-07 7:41 
QuestionConversion Problem Pin
Andy20214-Sep-07 4:47
Andy20214-Sep-07 4:47 
QuestionRe: Conversion Problem Pin
David Crow14-Sep-07 4:52
David Crow14-Sep-07 4:52 
AnswerRe: Conversion Problem Pin
Andy20214-Sep-07 5:05
Andy20214-Sep-07 5:05 
QuestionRe: Conversion Problem Pin
David Crow14-Sep-07 5:31
David Crow14-Sep-07 5:31 
AnswerRe: Conversion Problem Pin
Andy20214-Sep-07 9:45
Andy20214-Sep-07 9:45 
GeneralRe: Conversion Problem Pin
Russell'14-Sep-07 7:20
Russell'14-Sep-07 7:20 
AnswerRe: Conversion Problem Pin
Russell'14-Sep-07 4:54
Russell'14-Sep-07 4:54 
AnswerRe: Conversion Problem Pin
Nathan Holt at EMOM14-Sep-07 10:30
Nathan Holt at EMOM14-Sep-07 10:30 

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.