From: Robert Ramey (ramey_at_[hidden])
Date: 2008-03-11 13:32:14


Jeff Flinn wrote:

>> 2. Serializing to a binary storage should be a great way to implement
>> undo/redo and clipboard functionality - has anyone found fame and
>> fortune doing this?
>
> Yes, use the boost::iostream library to create a stream that wraps
> your clipboard or other binary storage.
>
> Jeff Flinn

Ahhh - you actually found fame and fortune doing this?

Robert Ramey