cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
closing program without message
closing program without message
Nov 1, 2011 at 7:13am UTC
Mason Farina
(16)
Is there a way to close your program with a code that doesnt give a message back?
or that you dont need to press a button to close it?
Nov 1, 2011 at 7:28am UTC
webJose
(2948)
A program finishes when execution reaches the last line of code in a console application, or when the message pump exits due to posting of the WM_QUIT message.
Topic archived. No new replies allowed.