We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

xprintf

The well-known standard C printf() adapted to C++. Integrated into the C++ stream I/O and C++ string environment. The included StrCvt library converts strings and streams between the different C++ character types char, wchar_t, char16_t and char32_t, locale dependent and UTF.

For more information see the README files in the Wiki.

If you are like the rest of our user community, your IT team is busy. With pressure to deliver on-time projects, you don’t have a lot of time to spend making your management tools work. You need network monitoring tools that work for you. You want tools that makes it easy to find performance issues before your users do and resolve them before they impact the business. That’s why tens of thousands of customers around the world love WhatsUp Gold.

Website http://sourceforge.net/p/xprintf/wiki/
Tags
License
Platform
Features
  • Full support for standard printf() format specifiers and X/Open extensions
  • Integrated into the C++ output stream environment
  • Prints to streams or to C++ strings
  • Prints C++ strings, wstrings, u16strings, u32strings and UTF-8 strings
  • Full type safety of C++ combined with flexibility and ease of use of printf()
  • Contains the StrCvt library for conversion between C++ character types
  • Portable, works with GCC on Linux and Visual C++ on Windows
  • Compiles to just one function call, like the C printf()