I want to know if there is a way to check which key is pressed without it showing on the screen,
for example if i press the letter 'k', i want to be able to check it first, and THEN print it or do whatever else.. so something like:
if(keypressed=='k'){
printf("%c",k);
}
I know how to do this in assembly, but i was wondering if there is a way to do this in higher level languages, i'd imagine it has to do something with the system commands?
Anyway, thanks bunch for your help!

New Topic/Question
Reply


MultiQuote



|