I have read several lines from a text file using std::getline, but now I need to convert the string array of lines into a char array so that I can use isalpha and isdigit. The ultimate goal here is to identify which chars are numbers and which are letters. I have read several lines from a text file usin