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
string sym(1, thestring[i]); theval = sym.c_str();
It gives a null-terminated const char* for every character.