Re: [OT] C++ codong problem

From: Carlo ([email protected])
Date: Mon Jul 16 2001 - 02:04:05 CEST


Hi, maybe (I'm not C++ programmer, but I use "pure" C):
        #include <stdio.h>

        int fgetc(FILE *stream);

ie:
        my_char = fgetc(stdin);
        
I repeat "I'm not C++ programmer", unfortunately I think under *nix
only when user press <RETURN> the stdin can be readed. :-(
Try...
        

-- 
Se una cosa puzza, non metterci il naso.
		-- Proverbio turco
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:19 CET