About 21 results
Open links in new tab
  1. printf, fprintf, sprintf, snprintf, printf_s, fprintf_s, sprintf_s ...

    The format string consists of ordinary byte characters (except %), which are copied unchanged into the output stream, and …

  2. std::printf, std::fprintf, std::sprintf, std::snprintf - cppreference.com

    The format string consists of ordinary byte characters (except %), which are copied unchanged into the output stream, and …

  3. std::printf, std::fprintf, std::sprintf, std::snprintf - cppreference.com

    C-style I/O Types and objects FILE fpos_t stdinstdoutstderr Functions File access fopen freopen fclose fflush fwide setbuf setvbuf …

  4. vprintf, vfprintf, vsprintf, vsnprintf, vprintf_s, vfprintf_s, vsprintf ...

    The format string consists of ordinary byte characters (except %), which are copied unchanged into the output stream, and …

  5. std::print - cppreference.com

    Format args according to the format string fmt, and print the result to an output stream.

  6. std::vprintf, std::vfprintf, std::vsprintf, std::vsnprintf ... - Reference

    The format string consists of ordinary byte characters (except %), which are copied unchanged into the output stream, and …

  7. wprintf, fwprintf, swprintf, wprintf_s, fwprintf_s ... - Reference

    Notes While narrow strings provide snprintf, which makes it possible to determine the required output buffer size, there is no …

  8. Variadic functions - cppreference.com

    Variadic functions are functions (e.g. std::printf) which take a variable number of arguments. To declare a variadic function, an …

  9. rint, rintf, rintl, lrint, lrintf, lrintl, llrint, llrintf, llrintl

    1-3) Rounds the floating-point argument arg to an integer value in floating-point format, using the current rounding mode.

  10. Template:cpp/io/c/printf format - cppreference.com

    The format string consists of ordinary byte characters (except %), which are copied unchanged into the output stream, and …