CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11

Threaded View

  1. #4
    Join Date
    Feb 2005
    Location
    Normandy in France
    Posts
    4,590

    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()!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured