Click here to Skip to main content
16,005,038 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: converting system.string to const char * Pin
Christian Graus10-Aug-05 12:31
protectorChristian Graus10-Aug-05 12:31 
GeneralRe: converting system.string to const char * Pin
quarry_0610-Aug-05 12:50
quarry_0610-Aug-05 12:50 
GeneralRe: converting system.string to const char * Pin
Christian Graus10-Aug-05 12:54
protectorChristian Graus10-Aug-05 12:54 
GeneralRe: converting system.string to const char * Pin
toxcct11-Aug-05 1:07
toxcct11-Aug-05 1:07 
GeneralRe: converting system.string to const char * Pin
Christian Graus11-Aug-05 12:44
protectorChristian Graus11-Aug-05 12:44 
GeneralRe: converting system.string to const char * Pin
Nish Nishant11-Aug-05 17:35
sitebuilderNish Nishant11-Aug-05 17:35 
GeneralRe: converting system.string to const char * Pin
Saksida Bojan13-Aug-05 1:21
Saksida Bojan13-Aug-05 1:21 
Questionwhatz wrong? Pin
Anonymous10-Aug-05 7:07
Anonymous10-Aug-05 7:07 
char *t1="Tommy";
char *t2="Lee";
strcat(t1,t2);

whatz wrong with the above code?

i'm using VC6.0.. the application gets terminated..

if i use char[] its working.... then y not char*? whatz the difference??

AnswerRe: whatz wrong? Pin
Christian Graus10-Aug-05 12:36
protectorChristian Graus10-Aug-05 12:36 
AnswerRe: whatz wrong? Pin
Tim Zorn21-Aug-05 6:00
Tim Zorn21-Aug-05 6:00 
Generalvector problem Pin
Pazzuzu10-Aug-05 6:25
Pazzuzu10-Aug-05 6:25 
GeneralRe: vector problem Pin
Laffis10-Aug-05 7:55
Laffis10-Aug-05 7:55 
GeneralRe: vector problem Pin
toxcct10-Aug-05 22:29
toxcct10-Aug-05 22:29 
GeneralRe: vector problem Pin
Laffis11-Aug-05 2:30
Laffis11-Aug-05 2:30 
GeneralRe: vector problem Pin
Pazzuzu11-Aug-05 4:32
Pazzuzu11-Aug-05 4:32 
GeneralRe: vector problem Pin
Laffis11-Aug-05 6:11
Laffis11-Aug-05 6:11 
Generalturn on/off the lights Pin
hamidreza_buddy10-Aug-05 2:07
hamidreza_buddy10-Aug-05 2:07 
GeneralRe: turn on/off the lights Pin
toxcct10-Aug-05 3:58
toxcct10-Aug-05 3:58 
GeneralRe: turn on/off the lights Pin
hamidreza_buddy10-Aug-05 22:17
hamidreza_buddy10-Aug-05 22:17 
GeneralRe: turn on/off the lights Pin
toxcct10-Aug-05 22:24
toxcct10-Aug-05 22:24 
GeneralRe: turn on/off the lights Pin
hamidreza_buddy10-Aug-05 22:33
hamidreza_buddy10-Aug-05 22:33 
GeneralRe: turn on/off the lights Pin
toxcct10-Aug-05 22:41
toxcct10-Aug-05 22:41 
GeneralRe: turn on/off the lights Pin
hamidreza_buddy10-Aug-05 23:02
hamidreza_buddy10-Aug-05 23:02 
GeneralRe: turn on/off the lights Pin
toxcct11-Aug-05 1:03
toxcct11-Aug-05 1:03 
GeneralRe: turn on/off the lights Pin
Eytukan10-Aug-05 7:10
Eytukan10-Aug-05 7:10 

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.