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
oh that is c++ string
i thought this was the c++ string
char lines[100];
anyway Thanks