Search code examples
The precision field in printf() when formatting an integer...


cprintf

Read More
How to hide leading zero in printf()...


cdoubleprintf

Read More
How does it follow that the implementation guarantees that less than `FOPEN_MAX` number of files can...


clanguage-lawyerstdio

Read More
How to build a release version binary in Go?...


cgobuildrelease

Read More
Why is argc an 'int' (rather than an 'unsigned int')?...


c++ccommand-line

Read More
Structure padding and packing...


cstructstructurepaddingpacking

Read More
Is there any way to make Microsoft's swprintf implementation standards-conforming?...


cvisual-studioprintfmsvcrtstandards-compliance

Read More
Cmocka unit testing with C: mocking nested function calls...


cunit-testingcmocka

Read More
How to use 32-bit pointers in 64-bit application?...


cpointers32bit-64bit

Read More
Division and floating points...


cfloating-pointfloating-accuracy

Read More
Minimum no. of comparisons to find median of 3 numbers...


cquicksortmedian

Read More
Parse string into argv/argc...


ccommand-linearguments

Read More
Left-pad printf with 40 spaces before each line...


cformattingprintf

Read More
Concurrency on load instruction...


cmultithreadingconcurrencyoperating-systempthreads

Read More
Why are both "const T" and "T const" valid, and which one should you use?...


c++csyntaxconstants

Read More
C/C++ library for reading MIDI signals from a USB MIDI device...


tooling-recommendationc++csignal-processingmidi

Read More
What does the percentage sign in Z shell come from?...


czsh

Read More
Simple and time-efficient algorithm to find the factors of a given number...


calgorithmfactorization

Read More
Global variable got decreased when using two threads to increment it...


cconcurrencypthreads

Read More
valgrind - Address ---- is 0 bytes after a block of size 8 alloc'd...


clinuxvalgrind

Read More
Raspberry Pi RS232 read RFID Transponder...


cembeddedraspberry-pi

Read More
Finding the second largest element in array without sorting...


carrays

Read More
Which PATH variable do I need to specify in execve() in order to launch my program?...


csystem-callsexecve

Read More
Correct way to take absolute value of INT_MIN...


c

Read More
What is the C runtime library?...


cruntime

Read More
Calculating 32-bit CRC for png...


cpng

Read More
Where is the C Standard function sqrt actually defined? (Windows user)...


csqrtc-standard-library

Read More
Shall macro definition of an identifier that appears within the list of parameter declarations in a ...


clanguage-lawyeridentifier

Read More
C - Creating an anonymous struct instance...


cstructcompound-literals

Read More
C++ Equivalent to Designated Initializers?...


c++cdesignated-initializer

Read More
BackNext