Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in printf

Is there a way to specify the argument positions in the format string for `string.format`?

lua printf

Win10 broke printf function

c windows-10 printf

Precision specifier as parameter like printf but in String.Format

Foundation types when compiling for arm64 and 32-bit architecture

ios objective-c c types printf

How to print hex from uint32_t?

c++ c printf unsigned uint32-t

What's the difference between printf("%.d", 0) and printf("%.1d", 0)?

c io formatting printf precision

Raku, where is the Perl's 5 `<>`?

c function to return formatted string

c string printf

What is StringCbprintf and how's this different than general sprintf?

c++ c windows winapi printf

Is MSVCRT's implementation of fprintf() thread safe?

c multithreading printf msvcrt

In awk, how can I use a file containing multiple format strings with printf?

awk printf

snprintf() prints garbage floats with newlib nano

c arm embedded printf newlib

What is %*c%*c in `printf`?

c printf

Convert float to string without sprintf()

How can I do 64-bit hex/decimal arithmetic AND output a full number in HEX as string in Perl?

perl math 64-bit printf

Segmentation fault (core dumped)

Set precision dynamically using sprintf

c printf format-string

Program which source code is exactly the same as its output [duplicate]

c printf output quine

Printing a float in C while avoiding variadic parameter promotion to double

How to concatenate strings formatted with printf in bash

bash shell printf