Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to create a setup package to my C++ App ( i created it wusing VS C++ 6 ) Pin
Mahhouraaaaaa12-Jun-06 7:42
Mahhouraaaaaa12-Jun-06 7:42 
AnswerRe: How to create a setup package to my C++ App ( i created it wusing VS C++ 6 ) Pin
Hamid_RT12-Jun-06 19:03
Hamid_RT12-Jun-06 19:03 
Questionntdll RtlEnterCritialSection [modified] Pin
tbrake12-Jun-06 6:28
tbrake12-Jun-06 6:28 
AnswerRe: ntdll RtlEnterCritialSection Pin
Zac Howland12-Jun-06 6:42
Zac Howland12-Jun-06 6:42 
AnswerRe: ntdll RtlEnterCritialSection Pin
James R. Twine12-Jun-06 6:56
James R. Twine12-Jun-06 6:56 
AnswerRe: ntdll RtlEnterCritialSection Pin
Stephen Hewitt12-Jun-06 14:59
Stephen Hewitt12-Jun-06 14:59 
Questionarray of char-newbie Pin
antonaras12-Jun-06 5:01
antonaras12-Jun-06 5:01 
AnswerRe: array of char-newbie Pin
Viorel.12-Jun-06 5:07
Viorel.12-Jun-06 5:07 
If you put characters into array using strcpy function, the old characters will be overwritten by new string; therefore there is no need to erase the old content.

If you want to erase the old content in order to wipe some important information, for instance the password, you can use memset(string, 0, sizeof(string)).
AnswerRe: array of char-newbie Pin
Justin Tay12-Jun-06 5:08
Justin Tay12-Jun-06 5:08 
AnswerRe: array of char-newbie Pin
toxcct12-Jun-06 5:20
toxcct12-Jun-06 5:20 
GeneralRe: array of char-newbie Pin
antonaras12-Jun-06 6:19
antonaras12-Jun-06 6:19 
GeneralRe: array of char-newbie Pin
toxcct12-Jun-06 6:24
toxcct12-Jun-06 6:24 
GeneralRe: array of char-newbie Pin
David Crow12-Jun-06 8:34
David Crow12-Jun-06 8:34 
AnswerRe: array of char-newbie Pin
Zac Howland12-Jun-06 5:29
Zac Howland12-Jun-06 5:29 
GeneralRe: array of char-newbie Pin
antonaras12-Jun-06 6:22
antonaras12-Jun-06 6:22 
GeneralRe: array of char-newbie Pin
Zac Howland12-Jun-06 6:32
Zac Howland12-Jun-06 6:32 
AnswerRe: array of char-newbie Pin
James R. Twine12-Jun-06 6:53
James R. Twine12-Jun-06 6:53 
GeneralRe: array of char-newbie Pin
jhwurmbach21-Jun-06 22:01
jhwurmbach21-Jun-06 22:01 
JokeRe: array of char-newbie Pin
James R. Twine21-Jun-06 23:48
James R. Twine21-Jun-06 23:48 
GeneralRe: array of char-newbie Pin
Nish Nishant12-Jun-06 8:50
sitebuilderNish Nishant12-Jun-06 8:50 
GeneralRe: array of char-newbie Pin
Zac Howland12-Jun-06 10:41
Zac Howland12-Jun-06 10:41 
AnswerRe: array of char-newbie Pin
James R. Twine13-Jun-06 3:17
James R. Twine13-Jun-06 3:17 
GeneralRe: array of char-newbie Pin
Nish Nishant13-Jun-06 8:49
sitebuilderNish Nishant13-Jun-06 8:49 
GeneralRe: array of char-newbie Pin
James R. Twine13-Jun-06 15:39
James R. Twine13-Jun-06 15:39 
GeneralRe: array of char-newbie Pin
Zac Howland13-Jun-06 12:19
Zac Howland13-Jun-06 12:19 

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.