![]() |
C coding to print the value until next Key Stock?
Here i need to get Keybaord input but process should not wait for keybaord input
whenever Key is pressed corresonding action should take place eg. if first time i pressed '+' the i value should be incremented until next key is pressed and if '-' is pressed then i value should be decremented until next key is pressed. pls refer & check complete the following code. Code:
void main() |
Re: C coding to print the value until next Key Stock?
There is no standard 'C' way to do this. It is possible to do it but it is operating system dependent. So please let us know your operating system.
Jim |
Re: C coding to print the value until next Key Stock?
one way is this
Code:
#include<stdio.h> |
| All times are GMT +5.5. The time now is 22:50. |