How to write a string that contains the caracter "
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I need to strcpy the following phrase (I go "to" school) to a string. I tried the following: char test[50]; strcpy(test,"I go "to" school"); of course this is wrong!! Please help! Thanks in advance
-
I need to strcpy the following phrase (I go "to" school) to a string. I tried the following: char test[50]; strcpy(test,"I go "to" school"); of course this is wrong!! Please help! Thanks in advance