Re: CString and Insertion Operator ( << )
Is there an easy way to perform the following?
Well, that is very easy.
When there is duplicate code somewhere... there are probably functions (or classes) to write.
And functions can be written since Fortran exists. 
So, just write a std::string ToString(const CryptoPP::Integer& number) function.
Last edited by SuperKoko; November 17th, 2005 at 06:17 AM.
"inherit to be reused by code that uses the base class, not to reuse base class code", Sutter and Alexandrescu, C++ Coding Standards.
Club of lovers of the C++ typecasts cute syntax: Only recorded member.
Out of memory happens! Handle it properly!
Say no to g_new()!