Deeko
Lifer
Here's the predicament...I'm writing a program for an assignment, and it is to run in the background, however it also is supposed to prompt the user for data at the beginning. Using cin or getline, it prompts, but when you enter anything, it treats it as a command and says "command not found" and stops the program. Any solutions?