using mouse and keyboard in C++.

therockstar920

Solid State Member
Messages
14
I am planning to make a game in C++ but it requires use of mouse and keyboard. Plz let me know if there is any facility in C++ for such purpose.......
 
Plz let me know if there is any facility in C++ for such purpose.......
Yes.

However, the fact you need to ask that question suggests to me that C++ isn't the best place to start for you at all. I'd try a framework such as Greenfoot first of all to get to grips with programming.
 
I agree with berry, but to get you off on the right foot:

NeHe Productions - Everything OpenGL

The tutorials (now for some reason called legacy tutorials) are a very good resource for learning openGL and GLUT, which is the most popular way that I know of for doing games that require a mouse and keyboard.

You could also use fltk, or the MFC libraries if you're on windows.
 
Back
Top Bottom