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
click the screen
click the screen
Mar 21, 2012 at 8:06pm UTC
moot1
(259)
In c++ is there a way to let the user like click the screen and make something happen in a reagular console program. Not graphics
Mar 21, 2012 at 8:16pm UTC
Moschops
(7244)
Yes. Which OS?
Mar 21, 2012 at 8:17pm UTC
moot1
(259)
what do you mean os
Last edited on
Mar 21, 2012 at 8:17pm UTC
Mar 21, 2012 at 8:20pm UTC
LB
(13399)
O
perating
S
ystem. There is a list here:
http://en.wikipedia.org/wiki/List_of_Operating_Systems
Last edited on
Mar 21, 2012 at 8:21pm UTC
Mar 22, 2012 at 12:16am UTC
moot1
(259)
oh like windows. I have windows 7
Mar 22, 2012 at 12:30am UTC
S G H
(2638)
Yes. Check this:
http://www.cplusplus.com/forum/lounge/65208/
In the function 'OnEvent' of the class CBack, you can check for events, like mouse click or key press.
Last edited on
Mar 22, 2012 at 12:31am UTC
Topic archived. No new replies allowed.