Search code examples
format the timestamp using the find command...


linuxdatefindprintf

Read More
What is PRIu64 in C?...


cmacrosprintfconversion-specifierstdint

Read More
What is unquoted `PRIu32` in printf in C?...


cprintfuint32

Read More
How to fmt.Printf an integer with thousands comma...


stringgoformattingprintf

Read More
Why does printf not flush after the call unless a newline is in the format string?...


cprintfflush

Read More
How to use scanf to read a floating point value in nasm x86 64?...


assemblyfloating-pointprintfx86-64nasm

Read More
empty string in sprintf in awk...


bashunixawkprintf

Read More
behaviour of fprintf when 'ls' format specifier is used with precision set for printing stri...


cprintfwchar-tformat-specifierswidechar

Read More
warning: format '%s' expects argument of type 'char *', but argument 2 has type &#39...


cprintf

Read More
How can I print to standard error in C with 'printf'?...


cprintfstderr

Read More
How to simply convert a float to a string in order to write it to a text file in C?...


cprintf

Read More
Why does printf fail with "invalid number" within bash script but not at command line?...


bashprintf

Read More
GCC: why cannot compile clean printf("%f\n", f16) under -std=c11 -Wall?...


cgccprintflanguage-lawyerhalf-precision-float

Read More
How do I convert a `float` to a `_Float16`, or even initialize a `_Float16`? (And/or print with prin...


cgccfloating-pointprintfhalf-precision-float

Read More
Using awk to get PCI Address...


awksedgrepprintf

Read More
When will printf return a negative number?...


creturnprintf

Read More
Why is the octal "0" prefix displayed despite the explicit 0 precision when printing 0 int...


cprintf

Read More
piping seq to printf for number formatting...


bashprintfxargsseq

Read More
How do I use the printf command with a format string beginning with "-"?...


bashprintfescapingparameter-passing

Read More
Create string based on array values...


bashformattingprintf

Read More
Create/append file and write a string from a dialog item, in UTF8...


cwinapiutf-8printf

Read More
Why does inserting a printf statement make my function work correctly?...


cprintfopenmp

Read More
How to organize the receive msg and user current input in C network such that it's clean...


cnetwork-programmingterminalprintf

Read More
confused about printf buffering rule in CUDA global function...


c++cudaprintf

Read More
printf format specifier %h; is it standard?...


linuxbashprintfformat-specifiers

Read More
Missing punctuation from C++ hex2bin...


c++stringhexbinary-dataprintf

Read More
Difference between %zu and %lu in C...


cprintfstring-formattingsize-t

Read More
getting a stream of -1 when I pass EOF in an infinite getchar printf loop...


cprintfgetcharkernighan-and-ritchieputchar

Read More
Is checking the return value of printf important?...


creturnoutputprintf

Read More
What printf conversion should be used for boolean values?...


javaformattingprintf

Read More
BackNext