I am trying to parse data from the user. I need to get a certain number from the user.
And I do not mean like with strstr(). I mean more like characters 9-12 in an array.
For example:
char array[15] = "asdfghjkbruhqw";
^--^
I cannot figure out a way to do this. Any help would be appreciated.