Hi all, What's the most elegant way (okay, fastest way) to translate between expressions and plain-old arrays of bytes? (of course, I am interested in both directions!) Right now I've got a really kludgy system that takes the expression, 'archives' it, sends that archive into an 'strstream' buffer, and then grabs the 'string' backing that strstream, et voila. Any better ideas? ;-) Thanks in advance, Duraid
Hi! On Tue, Aug 14, 2001 at 11:07:38PM +1000, Duraid Madina wrote:
Right now I've got a really kludgy system that takes the expression, 'archives' it, sends that archive into an 'strstream' buffer, and then grabs the 'string' backing that strstream, et voila.
Yes, that's exactly what the archives are meant for. Bye, Christian -- / Coding on PowerPC and proud of it \/ http://www.uni-mainz.de/~bauec002/
participants (2)
-
Christian Bauer
-
Duraid Madina