Click here to Skip to main content
15,920,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: My counter only count to 1. Pin
NotPolitcallyCorrect16-Apr-13 3:15
NotPolitcallyCorrect16-Apr-13 3:15 
AnswerRe: My counter only count to 1. Pin
Maximilien16-Apr-13 3:19
Maximilien16-Apr-13 3:19 
GeneralRe: My counter only count to 1. Pin
Søren Lyder Nielsen16-Apr-13 21:31
Søren Lyder Nielsen16-Apr-13 21:31 
AnswerRe: My counter only count to 1. Pin
Erudite_Eric16-Apr-13 4:50
Erudite_Eric16-Apr-13 4:50 
AnswerRe: My counter only count to 1. Pin
dusty_dex16-Apr-13 21:54
dusty_dex16-Apr-13 21:54 
QuestionHow to resize tab controls in mfc.? Pin
mbatra3116-Apr-13 1:18
mbatra3116-Apr-13 1:18 
AnswerRe: How to resize tab controls in mfc.? Pin
_AnsHUMAN_ 16-Apr-13 3:10
_AnsHUMAN_ 16-Apr-13 3:10 
AnswerRe: How to resize tab controls in mfc.? Pin
Coder Block16-Apr-13 20:08
Coder Block16-Apr-13 20:08 
QuestionAbout strings in c language Pin
Ajay kumar124715-Apr-13 23:44
Ajay kumar124715-Apr-13 23:44 
AnswerRe: About strings in c language Pin
Richard MacCutchan15-Apr-13 23:48
mveRichard MacCutchan15-Apr-13 23:48 
AnswerRe: About strings in c language Pin
Sivaraman Dhamodharan16-Apr-13 0:14
Sivaraman Dhamodharan16-Apr-13 0:14 
GeneralRe: About strings in c language Pin
dusty_dex16-Apr-13 0:42
dusty_dex16-Apr-13 0:42 
GeneralRe: About strings in c language Pin
Marco Bertschi17-Apr-13 1:44
protectorMarco Bertschi17-Apr-13 1:44 
GeneralRe: About strings in c language Pin
dusty_dex17-Apr-13 4:45
dusty_dex17-Apr-13 4:45 
AnswerRe: About strings in c language Pin
Orjan Westin16-Apr-13 0:21
professionalOrjan Westin16-Apr-13 0:21 
GeneralRe: About strings in c language Pin
dusty_dex16-Apr-13 0:41
dusty_dex16-Apr-13 0:41 
GeneralRe: About strings in c language Pin
Richard MacCutchan16-Apr-13 3:41
mveRichard MacCutchan16-Apr-13 3:41 
GeneralRe: About strings in c language Pin
Erudite_Eric16-Apr-13 4:52
Erudite_Eric16-Apr-13 4:52 
GeneralRe: About strings in c language Pin
dusty_dex16-Apr-13 6:25
dusty_dex16-Apr-13 6:25 
GeneralRe: About strings in c language Pin
Erudite_Eric16-Apr-13 7:33
Erudite_Eric16-Apr-13 7:33 
GeneralRe: About strings in c language Pin
dusty_dex16-Apr-13 9:19
dusty_dex16-Apr-13 9:19 
AnswerRe: About strings in c language Pin
Erudite_Eric16-Apr-13 4:54
Erudite_Eric16-Apr-13 4:54 
GeneralRe: About strings in c language Pin
H.Brydon16-Apr-13 5:16
professionalH.Brydon16-Apr-13 5:16 
GeneralRe: About strings in c language Pin
Erudite_Eric16-Apr-13 7:32
Erudite_Eric16-Apr-13 7:32 
Yeah, I actually allocate all arrays on the heap because buffer overruns are tracked better and dont trash the stack making it easier to debug so I always have the memset.

Of course dont forget the compiler is just doing the memset for you, it is invisible, but still takes place so isnt any different when the code actually runs.
==============================

Nothing to say.

AnswerRe: About strings in c language Pin
Marco Bertschi17-Apr-13 1:46
protectorMarco Bertschi17-Apr-13 1:46 

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.