Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in printf

padding zero on floating point bash printf

bash printf precision

How to fdopen as open with the same mode and flags?

c file-io printf fdopen

explain this nested printf statement

c printf

How to check if argv[count] is an integer

c pointers printf

String formatting expressions (Python)

C: sprintf and recursion

Passing variables to the __() function in CakePHP

cakephp translation printf

Truncate (not round) decimal places in sprintf?

perl printf mod-perl

Printing #define'd constants

Traverse FILE line by line using fscanf

c file printf traversal scanf

Why is the format of %p and %x different in a format string?

c printf format-string

Incorrect product of two INT_MAX numbes in C/C++

Re Legacy code : format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat]

Strange behaviour of two successive printf() calls in C

c printf

Inserting spaces between digits in C

c formatting printf digits

How to monitor long calculations?

Why does Perl's sprintf not round floating point numbers correctly?

perl floating-point printf

Why are &p and &a[0] different?

c arrays pointers printf

C modifying printf () to output to a file

c linux unix printf

In Perl, how can I limit the number of places after the decimal point but have no trailing zeroes?

perl printf decimal-point