Console glitch

closed account (NUj6URfi)
I have a multi function program with cin.get(); and return; at the end of every function. When I compile my text entry and response program, it says "Exited with return value 0". My code isn't displayed. What can I do? I can't post my code. My compiler doesn't recognize system("PAUSE");. I am using dev-c++.
Last edited on
closed account (NUj6URfi)
Anyone?
Do your code print anything? Make sure the code that prints actually runs.
closed account (NUj6URfi)
It doesn't print anything except the end message.
Are you calling your other functions from main()?
closed account (NUj6URfi)
Function to function so no. It used to work but now it doesn't.
You need to call the functions if you want them to run.
closed account (NUj6URfi)
I do just not from main.
But the program starts in main. If you have nothing in main, nothing will happen (ignoring possible side effects static initializations).
Last edited on
Topic archived. No new replies allowed.