Hi there

I am writing a simple while loop which terminates on the condition that a certain value is found, as follows



std::string question = q.quest().que();
std::string answer...