Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in printf

Add custom conversion types for string formatting

snprintf vs. strcpy (etc.) in C

c string printf

What does "%3d" mean in a printf statement?

c++ printf

How do I print the '%' character with 'printf'?

perl printf

How do I emulate Python's named printf parameters in Ruby?

python ruby string printf

Fix for bizarre "%a" format behavior with g++ 4.9.1?

c++ g++ printf hex compiler-bug

How %a conversion work in printf statement?

c hex printf data-conversion

On understanding how printf("%d\n", ( { int n; scanf("%d", &n); n*n; } )); works in C

c printf block

Is there a simple way to get the number of characters printed in C++?

Using awk printf to urldecode text

awk printf urldecode busybox

Parse Objective-C printf Format Strings?

objective-c c printf

printf() wrapper arguments to be checked by gcc

c gcc printf warnings wrapper

Calculating the size of an sprintf() buffer

c++ visual-c++ printf

C printf using %d and %f

How can I print the symbolic name of an errno in C?

c printf errno strerror

Why doesn't scanf need an ampersand for strings and also works fine in printf (in C)?

c string pointers printf scanf

BASH printf array with field separator and newline on last entry

bash printf

Why printf() prints this mysterious extra text, on Windows?

c pointers printf

PHP: Can you use an array as the arguments part of the sprintf function? if so - how?

php arrays printf

printf too smart casting from char to int?

c casting printf byte