Skip to content
SergeyStrukov edited this page Jul 18, 2013 · 7 revisions

Two major new features are added.

New features.

  1. The new target LIN64 to support development on 64-bit Linux platforms.

  2. Scanf() -- the function and all related stuff for the C++ text scanning.

Minor updates.

  1. Support for Intel RNG on both WIN32 and LIN64 targets.

  2. GetPunctChars(), CharIsPunct() and CharIsSpaceOrPunct() are added.
    CCore/inc/CharProp.h

  3. LenAdd() with many arguments is added.
    CCore/inc/gadget/Len.h

  4. hasPrefix() and hasSuffix() methods of PtrLen<T> are added.
    CCore/inc/gadget/PtrLen.h

  5. UnRef<T> and UnConst<T> are added.
    CCore/inc/gadget/Meta.h

  6. PrintOutAdapter<const ConType> is added.
    CCore/inc/print/PrintCon.h

  7. PrintOutAdapter<const NoPrintType> is added.
    CCore/inc/printf/PrintBase.h

  8. Class SafeBuf is moved from the PrintFile.h to the own header.
    CCore/inc/SafeBuf.h

  9. Some minor fixes and documentation improvements.