Is there a way to cut strings? If I have
char wholestring[60];
char partone[30];
char parttwo[30];
strcpy (wholestring, "begin part end part");
is there a way to cut the string so that I have partone = "begin part" and parttwo = "end part"?
Also, I want to use the...
Is there a way to cut strings? If I have
char wholestring[60];
char partone[30];
char parttwo[30];
strcpy (wholestring, "begin part end part");
is there a way to cut the string so that I have partone = "begin part" and parttwo = "end part"?
Also, I want to use the...
All,
I changed something in my properties and now I cannot set my breakpoints. When I try to set them, it comes back with "One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program." and will not allow me to run in debug mode...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.