From: [EMAIL PROTECTED] (Dave Harris) [snip] > ... but wouldn't produce very readable text files.
readible text files are a minor convenience useful for debugging - nothing more. I needed a universal method for rendering/de-rendering all C++ fundemental to a series of bytes. This method had to be free, complete, and guarenteed correct. streams fullfilled these requirements. Text streams are portable across machines but may be slow, binary archives are fast but not portable across machines. More archive mechanisms may turn up in the future. Robert Ramey _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost