cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
end c++ program with a specific key
end c++ program with a specific key
Oct 3, 2015 at 8:14pm UTC
Alladin
(1)
please tell me that how to ends any c++ program with a specific key?
Oct 3, 2015 at 9:38pm UTC
new1
(47)
Are you talking about console output ? or program you created by your own
Oct 4, 2015 at 3:44am UTC
integralfx
(897)
Use the GetAsyncKeyState function from the Windows API.
https://msdn.microsoft.com/en-us/library/windows/desktop/ms646293(v=vs.85).aspx
Topic archived. No new replies allowed.