Hi, and sorry if I'm asking RTFM questions..

Consider the following code:

void DoSomething( source, destination )
{
    buf = Read( source );
    buf = InterpolateBufInSomeWay( buf );
    Write( destination );
}

What is the simplest way for me to convert it so I could append it
anywhere I want in a filter chain?
(*) I didn't yet grasp the idea of Put() / Put2() / TransferTo2(),
etc...
(*) I also didn't yet understand which is the best filter for me to
derive from...

Thanks,

    Avi.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to