[EMAIL PROTECTED] wrote:

> I'm new to C and Linux. I notice that Turbo C has a 'cout' and 'cin'
> command. What i sthe equivalent that I can use in Linux's C?

cout and cin are from the C++ iostream library. Identical
functionality is available in the GNU C++ library.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to