Basically i just want to loop through a string of characters pull each one out and each one has to be of type const char* so i can pass it to a function. heres a example. Th
You can take the address of that element:
theval = &thestring[i];