hi, i have a question about console input. i have tried the various functions such as
fread(&nextchar, 1, 1, stdin);
nextChar = getchar();
nextChar = _fgetchar();
etc...
and all seem to wait until the user presses 'enter' to start returning the chars to my program. is there any way to 1)...