Search code examples
What does -D_XOPEN_SOURCE do/mean?...


cgcc

Read More
Printf long long int in C with GCC?...


cgccprintfc99

Read More
Differentiate between a unix directory and file in C and C++...


c++cfileunixdirectory

Read More
Can you ever assume typecasting pointers is safe?...


cfunctionpointerscastingsizeof

Read More
Better way for parser combinators in C?...


cparsingcompiler-constructionparser-combinators

Read More
Replace a function pointer in a shared library with ctypes...


pythonccallbackfunction-pointersctypes

Read More
Assigning members of a const variable to another const...


cstructconstants

Read More
faster alternative to memcpy?...


cperformancememcpy

Read More
How to generate random float number in C...


crandomfloating-point

Read More
What do fgetc and fputc have to do that using fread or fwrite on a big block avoids...


cioposix

Read More
How does xcb's screen_of_display function work?...


cfor-loopxcb

Read More
What is the point of calling conventions in C?...


ccalling-convention

Read More
Is there any way to compute the width of an integer type at compile-time?...


cintegerwidthpadding

Read More
What to do if a posix close call fails?...


clinuxunixerror-handlingposix

Read More
Compiling Mixed C/C++ Code With C Code Using GMP Library...


c++cgmp

Read More
Color Transform in OpenCV or SimpleCV...


pythoncopencvcolorssimplecv

Read More
Is it legal for the compiler to degrade the time complexity of a program? Is this considered observa...


c++ctime-complexitylanguage-lawyer

Read More
C - Should I use quotes or brackets to include headers in a separate directory...


cincludec-preprocessor

Read More
GCC recommends a strange implementation for max macro...


cgcc

Read More
For restrict pointer `p`, the definition of Based-On Implies that given `int* n = p`, `&*n` is n...


clanguage-lawyerlvaluerestrict-qualifier

Read More
How to use XShmGetImage and XShmPutImage...


cx11shared-memory

Read More
How do I measure a time interval in C?...


ctimer

Read More
Array index out of bound behavior...


c++carrays

Read More
Why does cppcheck's MISRA scan complain about incrementing a structure member of a volatile poin...


clanguage-lawyermisracppcheck

Read More
I can’t erase data from flash memory (STM32)...


cstm32f4discoveryflash-memoryhal

Read More
Erasing NOR flash memory: ioctl(MEMUNLOCK) return status...


cembedded-linuxflash-memory

Read More
How do I portably define an exactly 32-bit unsigned integer literal?...


cintegerlanguage-lawyerliterals

Read More
Write on a mtd block device...


clinuxembeddedflash-memory

Read More
Is this floating-point thermistor beta equation robust?...


cfloating-pointphysics

Read More
How is a string of length > 1 able to fit inside a malloc(1) in C?...


cstringpointersmemory-managementmalloc

Read More
BackNext