On Sep 26, 11:26 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I'm wondering where the definitions of the functions in <iostream> are
> in GCC. I can not find them in GCC source code. Could you help me?
>
> int i
> std::istream is;
> is >> i; // For example, I want the definition of this function (>>).

Those are in <istream> .

--
 Pedro Lamarão

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to