Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do i make a Radio Button set at runtime? Pin
jmkhael1-Oct-02 5:34
jmkhael1-Oct-02 5:34 
GeneralRe: How do i make a Radio Button set at runtime? Pin
Anonymous1-Oct-02 5:53
Anonymous1-Oct-02 5:53 
AnswerRe: How do i make a Radio Button set at runtime? Pin
valikac1-Oct-02 5:45
valikac1-Oct-02 5:45 
GeneralRe: How do i make a Radio Button set at runtime? Pin
Anonymous1-Oct-02 5:52
Anonymous1-Oct-02 5:52 
GeneralRe: How do i make a Radio Button set at runtime? Pin
valikac1-Oct-02 10:31
valikac1-Oct-02 10:31 
Generalstrlen and char* Pin
ns1-Oct-02 4:49
ns1-Oct-02 4:49 
GeneralRe: strlen and char* Pin
Nish Nishant1-Oct-02 4:56
sitebuilderNish Nishant1-Oct-02 4:56 
GeneralRe: strlen and char* Pin
User 66581-Oct-02 5:14
User 66581-Oct-02 5:14 
char *a="a sentence\0";

char *b = new char[strlen(a)];


make sure your string "a" is null-terminated. I don't know whether this is necessary, though

modified 12-Sep-18 21:01pm.

GeneralRe: strlen and char* Pin
ns1-Oct-02 5:17
ns1-Oct-02 5:17 
GeneralRe: strlen and char* Pin
Michael Dunn1-Oct-02 5:21
sitebuilderMichael Dunn1-Oct-02 5:21 
GeneralRe: strlen and char* Pin
Michael Dunn1-Oct-02 5:18
sitebuilderMichael Dunn1-Oct-02 5:18 
GeneralRe: strlen and char* Pin
User 66581-Oct-02 5:23
User 66581-Oct-02 5:23 
GeneralRe: strlen and char* Pin
jmkhael1-Oct-02 5:30
jmkhael1-Oct-02 5:30 
GeneralRe: strlen and char* Pin
User 66581-Oct-02 5:38
User 66581-Oct-02 5:38 
GeneralRe: strlen and char* Pin
jmkhael1-Oct-02 5:42
jmkhael1-Oct-02 5:42 
GeneralRe: strlen and char* Pin
Daniel Turini1-Oct-02 6:00
Daniel Turini1-Oct-02 6:00 
Generalstrcpy and CString question Pin
ns1-Oct-02 4:34
ns1-Oct-02 4:34 
GeneralRe: strcpy and CString question Pin
Nish Nishant1-Oct-02 4:46
sitebuilderNish Nishant1-Oct-02 4:46 
GeneralRe: strcpy and CString question Pin
ns1-Oct-02 4:52
ns1-Oct-02 4:52 
GeneralRe: strcpy and CString question Pin
Michael Dunn1-Oct-02 5:17
sitebuilderMichael Dunn1-Oct-02 5:17 
GeneralRe: strcpy and CString question Pin
Jon Hulatt1-Oct-02 5:30
Jon Hulatt1-Oct-02 5:30 
GeneralRe: strcpy and CString question Pin
Jon Hulatt1-Oct-02 5:35
Jon Hulatt1-Oct-02 5:35 
GeneralRe: strcpy and CString question Pin
Nitron1-Oct-02 5:31
Nitron1-Oct-02 5:31 
GeneralRe: strcpy and CString question Pin
Nish Nishant1-Oct-02 5:38
sitebuilderNish Nishant1-Oct-02 5:38 
GeneralRe: strcpy and CString question Pin
JT Anderson1-Oct-02 5:41
JT Anderson1-Oct-02 5:41 

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.