Click here to Skip to main content
16,007,472 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: array of char-newbie Pin
Justin Tay12-Jun-06 5:08
Justin Tay12-Jun-06 5:08 
If what you want to have is just a null terminated C string. There's simply no need to erase the values of the array. The trailing 0 will be the thing signalling the end of the string. You must be dead sure that your string will never be more than 49 chars long. If not just use one of the string classes.
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 
GeneralRe: array of char-newbie Pin
antonaras12-Jun-06 21:39
antonaras12-Jun-06 21:39 

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.