- printf - C++ Users
Writes the C string pointed by format to the standard output (stdout) If format includes format specifiers (subsequences beginning with %), the additional arguments following format are formatted and inserted in the resulting string replacing their respective specifiers Parameters format C string that contains the text to be written to stdout It can optionally contain embedded format
|