Re: [OT] C++ codong problem

From: Carlo (carlo_pecchia@libero.it)
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: mulinux-unsubscribe@sunsite.dk
For additional commands, e-mail: mulinux-help@sunsite.dk


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