Post by s***@somedomain.com.invalidhello
i am making a game for my final project in a C based class and i need keyboard input.
Stop right there. The C and C++ languages have no concept of
keyboards. There is no method for obtaining direct input
from a keyboard. These languages can obtain input from
a stream, what ever that is connected to.
Also, perhaps you may want to review your English capitalization
rules.
Post by s***@somedomain.com.invalidwe use jGRASP in class for our editor but it doesnt include conio.h or conio.c in the release....
The C and C++ languages don't have a jGRASP, or conio class.
Perhaps consulting the newsgroups for your compiler and platform
would shed some light on this subject.
Read the FAQs and welcome text below in my signature.
Post by s***@somedomain.com.invalidcan anyone send me these files for win32 or show me another way to get keyboard input? (please be thorough)
Yes, the folks at the Win32 newsgroups can.
[Background]
Many platforms do not have keyboards connected to them.
For example a vending machine or a microwave oven.
Another is a dishwasher. These platforms can run C
or C++ without having a keyboard. Just remember that
not everybody uses a Windows machine, Linux, Unix,
Vax, embedded controller, etc.
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book