Search code examples
Convert string to hexadecimal on command line...


linuxstringcommand-linehexprintf

Read More
C programming Patterns to print the following pattern...


ccharprintfnested-loopsc-strings

Read More
GCC+CMake, static lib changes size_t footprint...


c++gcccmakeprintfsize-t

Read More
`printf` and `xargs` in a `for` loop...


bashpipeprintfxargsbc

Read More
Different outputs for the same line in C when another line is commented...


cfloating-pointprintfundefined-behaviorformat-specifiers

Read More
Match() without wildcards on VBA arrays/Ranges...


arraysexcelvbaprintfxlookup

Read More
Trying to printf a string in C...


carraysstringprintf

Read More
Can snprintf format '-0'?...


printfavr-gcc

Read More
Using colors with the printf command...


linuxbashcolorsprintf

Read More
How does printf("%*.*f") consume arguments and why does it change the output?...


cgccfloating-pointprintf

Read More
Avoid trailing zeroes with printf()...


cprintf

Read More
hang in printf on Windows...


c++windowsvisual-c++printf

Read More
How to specify big marks separator in flextable object without using column names?...


rprintfr-flextable

Read More
What does %s mean inside a string literal?...


cprintf

Read More
printf just before a delay doesn't work in C...


cprintf

Read More
Indenting in a Bash script printf command without the indent coming out in the output...


bashprintfindentation

Read More
Printing very large floating point numbers...


c++cfloating-pointstandardsprintf

Read More
What are the conventions for stdout/stderr messages?...


cposixstdoutstderrprintf

Read More
snprintf usage for making up formatted strings...


cprintf

Read More
What is the difference between %f and %lf in C?...


cprintfscanfformat-string

Read More
C macro to generate printf format string...


cmacrosprintfc-preprocessor

Read More
Format() Entire Strings (Rather Than Characters)...


vbastringformattingprintf

Read More
How to correctly print a 2.30 fixed point variable...


cembeddedprintfcortex-mfixed-point

Read More
Printf command stops working when DEBUG trap is active?...


bashshellprintfprintf-debuggingtrap

Read More
how to implement syscalls with newlib nano...


carmprintfstm32newlib

Read More
printf with new line...


bashprintf

Read More
Python's many ways of string formatting — are the older ones (going to be) deprecated?...


pythonprintfstring-formattingdeprecatedbackwards-compatibility

Read More
Why is c not returning my string?...


cprintfbitwise-operatorsc-stringsimplicit-conversion

Read More
Is using %zu correct syntax in a printf format string as shown in some C code found on Wikipedia?...


cprintfsizeof

Read More
Scanf not reading piped input's first value only as expected (reads as string, expected integer)...


cbashpipeprintfscanf

Read More
BackNext