Hi,
i have a program that runs a loop during that loop if the user types lets say "status" i want a status report if the user didn't give any input no status report should be displayed
i played around with getline getchar etc but those wait for user input and if no input is given the loop doesn't continue.
can someone point me in the right direction to how i would get this behavior
thanks in advance,
Yrm