Open
Description
@Tearran trying to understand what's going on inside get_user_continue
function. In the code it's always used with process_input
. And if I select No when asked "Do you wish to continue?" the program just exits instead of returning to the menu...
Why doesn't get_user_continue
just return 0 or 1 codes? Or is there a deeper design plot that I've failed to grasp?