d00 ex01 phonebook resolu pbms
This commit is contained in:
@@ -9,7 +9,7 @@ int main() {
|
||||
std::string cmd;
|
||||
PhoneBook YellowPage;
|
||||
|
||||
while (1)
|
||||
while (std::cin)
|
||||
{
|
||||
std::cout << std::endl;
|
||||
std::cout << B_YELLOW "enter a command: ADD / SEARCH / EXIT" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user