Search code examples
The max number of digits in an int based on number of bits...


c

Read More
Aliasing struct and array the C++ way...


c++carraysstructlanguage-lawyer

Read More
AC_SEARCH_LIBS on a static library that itself has dependencies?...


cautoconfautomake

Read More
What is the relation between operator precedence and order of evaluation?...


c++coperator-precedenceorder-of-execution

Read More
Why does my getop function in C return '+' correctly but not '=' when there are lead...


c

Read More
How to efficiently compare a block of memory to a single byte?...


cmemcmp

Read More
What is the most elegant way to work with global variables in an embedded system?...


cembeddedglobal-variablescoding-style

Read More
sqrt is only defined when argument is nonnegative...


cgccmath.hsqrt

Read More
How do you get the network interface index for the loopback interface?...


c++cnetwork-programmingposix

Read More
use of -mcmodel=kernel flag in x86 platform...


cgccmakefilex86-64red-zone

Read More
Print greek characters in CLion IDE...


cutf-8printfclion

Read More
How do I instantiate a GValue in C?...


cglib

Read More
Linker error when calling a C function from C++ code in different VS2010 project...


c++cvisual-studio-2010externlnk2001

Read More
generate dependencies for a makefile for a project in C/C++...


c++cmakefiledependencies

Read More
Problems controlling SK6812RGBW/Neopixel with STM32H7...


cstm32dmaneopixelstm32-hal

Read More
Writing my own version of MPI_Allreduce in C - why does my code hang indefinitely?...


cmpi

Read More
Lex case insensitive word detection...


clex

Read More
catching missing argument from getopt...


cgetopt

Read More
Why do some kernel programmers use goto instead of simple while loops?...


clinuxloopslinux-kernelgoto

Read More
Public Private Key Encryption Tutorials...


c++ccryptographypublic-key-encryption

Read More
Enable a signal handler using sigaction in C...


c

Read More
Update a TIFF tag in a SubIFD...


clibtiffdng

Read More
What exactly does `-rdynamic` do and when exactly is it needed?...


cgccshared-librarieselfdynamic-loading

Read More
why is casting from an unsigned int to a struct that consists of bitfields making up an unsigned int...


cstructarmbit-fieldsmmu

Read More
How to memset a structure in C...


clinuxmemset

Read More
initialize struct to zero except one field...


cstruct

Read More
Can we invoke functions of a DLL compiled for 64 bit using an application compiled for 32 bit?...


cwindowsinterop64-bit32bit-64bit

Read More
How to reassign void pointer pointing to a string to a new string in C...


c

Read More
Difference between curl/curl.h, libcurl, libcurl4-openssl-dev, libcurl4-nss-dev libraries?...


ccurllibcurl

Read More
Can I bind ip and port to receive mulitcast traffic from a specific network interface...


cnetwork-programmingudpmulticast

Read More
BackNext