Im making a program in C++ and i need a little help. Ita my first semester in C++ so im still kind of a noob, but i dont remember how to get a while statement to continuosly read from a string until there are no more characters, as well as terminate the loop once the string is read. Basically the program is designed to use an end of line loop that continues to get roman nemeral characters from the user and convert them until the user hits enter. Any help is appreciated =)