Hello,
I am programming a simple guess the number program however,when i compile and run the program after successfully running the program the last output thing says:
Process exited after 0.5086 seconds with return value 0
Press any key to continue . . .
Is there any way to remove that or will it just disappear in the final .exe program?
I didn't post any code because I think it isn't important.If needed I will provide my code.
What you describe is a setting in your IDE. Since you did not mention what IDE you are using I do not know what you will need to change or where it is.
I am not sure, but it is possible that if the program is compiled in release form this should disappear.