Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in printf

Convert string to hexadecimal on command line

How do I pad a printf to take account of negative signs and variable length numbers?

How should I properly use __attribute__ ((format (printf, x, y))) inside a class method in C++?

Printf example in bash does not create a newline

bash printf

What’s the correct way to use printf to print a clock_t?

c io printf clock

Variable sized padding in printf

c formatting printf

Pointer will not work in printf()

c pointers printf

Understanding output of printf containing backslash (\012)

c string printf

Does printf("%x",1) invoke undefined behavior?

Why does wprintf transliterate Russian text in Unicode into Latin on Linux?

Why does printf() promote a float to a double?

php sprintf with array

php arrays printf

printf in bash: "09" and "08" are invalid numbers, "07" and "06" are fine

bash shell printf

what do these symbolic strings mean: %02d %01d?

java printf

string format for intptr_t and uintptr_t

c formatting printf scanf

How do I align a number like this in C?

c printf alignment

How do I customize output of a custom type using printf?

Format specifier %02x

c printf format-specifiers

What do \t and \b do?

c printf

How to check that two format strings are compatible?