Feb 22, 2016 at 12:15am
I cannot use c++ string in this project. So, how do i go about tokenize the string? |
ehh Im confused, you're literally using c++ string in the code you've shown.
See if this helps -
Last edited on Feb 22, 2016 at 12:17am
Feb 22, 2016 at 12:18am
oh that is c++ string
i thought this was the c++ string
char lines[100];
anyway Thanks