Boost logo

Boost :

Subject: Re: [boost] Boost 1_41 Binary archive exceptions
From: KARAN (msree80_at_[hidden])
Date: 2011-12-29 06:32:57


Hi

I have opened the files as below :

Saving :
std::ofstream OFile (aFilename.c_str(), std::ios::binary);

Restore :
std::ifstream IFile (aFilename.c_str(), std::ios::binary);

Platform : Linux x86_64

--
View this message in context: http://boost.2283326.n4.nabble.com/Boost-1-41-Binary-archive-exceptions-tp4242318p4242508.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk