Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in printf

About printf format string in C

c printf format-specifiers

Trying to print 2 digits for seconds and minutes using printf but I keep getting an error

java printf

Why BACKSPACE (\b) does not work as intended with a file?

c file printf backspace

How do I get CUDA's printf to print to an arbitrary stream?

When can I get away with not declaring int with signed?

printing int array as string

c string printf

Why does printf() work within a kernel, but using std::cout doesn't?

cuda printf cout sycl

printf statement inside the if condition

c printf

Simple C number formatting

GCC: why a -Wformat warning for this fprintf?

c gcc types warnings printf

Using sprintf in Matlab?

matlab printf

thrust::device_reference can't be used with printf?

cuda printf nvidia thrust

Why printf("test"); does not give any error?

c return printf return-value

Why does a mismatching printf specifier also affect subsequent arguments?

Overriding ToString and `%A` specifier

Java printf functionality for collections or arrays

java collections printf

Not printing desired output for sieve of eratosthene

Will using fflush after printf slow down your program?

c++ c printf

How to format a DOUBLE to print only two decimals in Eiffel?

printf eiffel

When to use %d and %f in C?

c floating-point printf double