stream converting
From: Moritz Tacke (take_at_informatik.uni-freiburg.de)
Date: 10/31/03
- Next message: Jerry Coffin: "Re: queue, deque, priority_queue"
- Previous message: Buster: "Re: Reassignment to a const variable that was declared in an if()"
- Next in thread: Mike Wahler: "Re: stream converting"
- Reply: Mike Wahler: "Re: stream converting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 31 Oct 2003 08:02:23 -0800
Hi there!
I have a problem concerning the file input to a c++ program: the
expected input is either in binary or in some kind of text format;
what I finally want is the binary version.
I know how to translate between these two versions and would like to
write some kind of wrapper. This wrapper should open the text file and
provide an istream which behaves exactly like the ifstream of an
equivalent binary file would. Is there a smart way to do this?
Greetings,
Moritz
- Next message: Jerry Coffin: "Re: queue, deque, priority_queue"
- Previous message: Buster: "Re: Reassignment to a const variable that was declared in an if()"
- Next in thread: Mike Wahler: "Re: stream converting"
- Reply: Mike Wahler: "Re: stream converting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]