On Wed, 5 Mar 2003 09:29:15 -0500
Kevin Coyner <[EMAIL PROTECTED]> wrote:
> Second, question about how to best set up the dual compilers: Like
> you, I'll use 2.95 to compile downloaded software, and 3.2 for stuff
> I write. Do you change the symlink in /usr/bin depending upon what
> you are doi
On Wed, Mar 05, 2003 at 03:21:39PM +0200, Alaa The Great wrote..
> AFAIK GCC 2.95 doesn't have the ios_base namespace , you'll have to
> use ios instead.
>
> however boolalpha is not implemented in 2.95, so you'll have install
> g++-3.2 (only in testing I believe).
>
> if you plan on lear
On Wed, 5 Mar 2003 07:33:19 -0500
Kevin Coyner <[EMAIL PROTECTED]> wrote:
>
> I'm learning C++ and ran into a bit of difficulty with boolalpha.
>
> I guess I don't have all the right libraries loaded (although I
> would have thought this one was quite basic) because the following
> doesn't work:
I'm learning C++ and ran into a bit of difficulty with boolalpha.
I guess I don't have all the right libraries loaded (although I would
have thought this one was quite basic) because the following doesn't
work:
cout.setf(ios_base::boolalpha); // from textbook
The err msg I get is:
`ios_base'
4 matches
Mail list logo