How do I read this code line?I am wondering how you read this line of code: for(const char*c = inputLetters.c_str();*c; ++c) I ...
Not sure how to read this lineI am wondering how you read this line of code: for(const char*c = inputLetters.c_str();*c; ++c) I ...
Input Data/ output DataFirst of all I admit that I am just learning C++. I have been working on this all day and seem to b...