New posts in printf

generic way to print out variable name in c++

'%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] [duplicate]

Is sprintf(buffer, "%s […]", buffer, […]) safe?

C complex number and printf

System.out.printf vs System.out.format

unsigned long long type printing in hexadecimal format

cross-platform printing of 64-bit integers with printf

C++: how to get fprintf results as a std::string w/o sprintf

Good introduction to <inttypes.h> [closed]

What is the correct printf specifier for printing pid_t

What's the meaning of the %m formatting specifier?

How do I print some text in bash and pad it with spaces to a certain width?

Alternatives to type casting when formatting NS(U)Integer on 32 and 64 bit architectures?

Can I display the value of an enum with printf()?

Unexpected result for number_format and sprintf when trying to display number with two decimals

sprintf - repeating arguments

type casting in C doesnt change 97 to 'a'

Unexpected output of printf

Which of sprintf/snprintf is more secure?

MinGW GCC: "Unknown conversion type character 'h'" (snprintf)