Re: my own streams
From: Mike Wahler (mkwahler_at_mkwahler.net)
Date: 10/23/03
- Next message: Victor Bazarov: "Re: const and valarray reference"
- Previous message: Ron Natalie: "Re: Pointers to non-static member functions, compiles with MSDEV, but not with GCC"
- In reply to: Lasse Skyum: "Re: my own streams"
- Next in thread: Lasse Skyum: "Re: my own streams"
- Reply: Lasse Skyum: "Re: my own streams"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 23 Oct 2003 21:48:02 GMT
"Lasse Skyum" <no spam> wrote in message
news:3f984b39$0$27428$edfadb0f@dread16.news.tele.dk...
>
>
> > I can't know for sure without more elaboration from you,
>
> Okay, it because I've made some functions that loads scripts, graphics and
> geometry from streams. Currently I feed the functions fstream's but
because
> I havde decided to put all my files into a compressed collection-file I
> can't do that anymore.
>
> My idea was to uncompress it to a chunk of memory and make an istream that
> read from it...
Why not define a custom extractor which does the decompress,
and stores the data wherever you need it?
-Mike
- Next message: Victor Bazarov: "Re: const and valarray reference"
- Previous message: Ron Natalie: "Re: Pointers to non-static member functions, compiles with MSDEV, but not with GCC"
- In reply to: Lasse Skyum: "Re: my own streams"
- Next in thread: Lasse Skyum: "Re: my own streams"
- Reply: Lasse Skyum: "Re: my own streams"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|