[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Where is the definitions of <iostream> functions?
From: |
Pedro Lamarão |
Subject: |
Re: Where is the definitions of <iostream> functions? |
Date: |
Wed, 26 Sep 2007 15:14:11 -0000 |
User-agent: |
G2/1.0 |
On Sep 26, 11:26 am, "PengYu...@gmail.com" <PengYu...@gmail.com>
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