[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]>
- cout in Linux's C p . t . m . c
- Re: cout in Linux's C Glynn Clements
- Re: cout in Linux's C James
- Re: cout in Linux's C Brett Thompson
- Re: cout in Linux's C Yasushi Shoji