Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ios_base

1 view
Skip to first unread message

aegis

unread,
Aug 23, 2009, 9:03:19 PM8/23/09
to
Where is ios_base located?

us...@domain.invalid

unread,
Aug 23, 2009, 9:18:04 PM8/23/09
to
aegis wrote:
> Where is ios_base located?
bits/ios_base.h
GNU ISO C++ Library

Vaclav Haisman

unread,
Aug 24, 2009, 1:38:59 AM8/24/09
to
aegis wrote, On 24.8.2009 3:03:
> Where is ios_base located?
#include <ios>.

--
VH

Blair Craft

unread,
Aug 24, 2009, 3:40:28 AM8/24/09
to aegis
What compiler do you use?

On Mon, 24 Aug 2009 09:03:19 +0800, aegis <ae...@mad.scientist.com> wrote:

> Where is ios_base located?


--
Coolest webgame

James Kanze

unread,
Aug 24, 2009, 4:08:45 AM8/24/09
to
On Aug 24, 3:03 am, aegis <ae...@mad.scientist.com> wrote:
> Where is ios_base located?

In <ios> (and it's std::ios_base, of course).

--
James Kanze (GABI Software) email:james...@gmail.com
Conseils en informatique orientée objet/
Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34

aegis

unread,
Aug 24, 2009, 10:34:24 PM8/24/09
to
On Aug 24, 3:08 am, James Kanze <james.ka...@gmail.com> wrote:
> On Aug 24, 3:03 am, aegis <ae...@mad.scientist.com> wrote:
>
> > Where is ios_base located?
>
> In <ios> (and it's std::ios_base, of course).
>

Is g++ non-compliant in this regard? It does not
recognize neither <ios> or <bits/ios_base.h>

Vaclav Haisman

unread,
Aug 25, 2009, 2:01:38 AM8/25/09
to
What version are you using? What command are you using to compile your source?

--
VH

James Kanze

unread,
Aug 25, 2009, 8:02:33 AM8/25/09
to

> > > Where is ios_base located?

I don't know about <bits/ios_base.h>; as far as C++ is
concerned, there isn't such a file. But g++ certainly
recognizes <ios>, at least if it is installed correctly.

io_x

unread,
Aug 28, 2009, 12:38:09 PM8/28/09
to
"aegis" <ae...@mad.scientist.com> ha scritto nel messaggio
news:1656a8d0-8186-4d1b...@t13g2000yqt.googlegroups.com...
> Where is ios_base located?

in a .dll or better in some .obj code

0 new messages