formatxx icon indicating copy to clipboard operation
formatxx copied to clipboard

Printf for C++

Results 2 formatxx issues
Sort by recently updated
recently updated
newest added

Would you consider adding sputf (or some equivalent) which returned a std::string to the proposal? I imagine an implementation would be along the lines of: template std::string sputf(CharT const *fmt,...

It would be nice if there was an extension mechanism for passing custom parameters for custom object formatting. Sometimes custom objects have some formatting options that are either difficult to...