Search code examples
Can I bind ip and port to receive mulitcast traffic from a specific network interface...


cnetwork-programmingudpmulticast

Read More
how to use #ifdef with an OR condition?...


cmacros

Read More
Raw Socket Buffer...


c++csocketsnetwork-programmingraw-sockets

Read More
How does this bitwise operation check for a power of 2?...


cmathbit-manipulation

Read More
Evaluation of defined(x) in a `#pragma message` output string...


cgccc-preprocessor

Read More
C - function inside struct...


cfunctionstruct

Read More
Is it possible to specify mutliple threads with OpenMP's `masked filter(1)`?...


copenmp

Read More
CPU dependent code: how to avoid function pointers?...


carmcpuldelf

Read More
arm 32bit instruction "swi" on 64bit cpu...


coperating-systemarmraspberry-pi3interrupt

Read More
How do I set the mouse cursor to cross hair over a GtkDrawingArea?...


cmouseovergtk3

Read More
What's the algorithm behind sleep()?...


calgorithmunixlanguage-agnosticsleep

Read More
Why does glibc.so have Weak symbols if they relate only to static linking...


c++clinuxlinkershared-libraries

Read More
Which linux system call is used by ls command in linux to display the folder/file name?...


clinuxkernelsystem-callsls

Read More
Details on the Microsoft multi-string format...


c++cstringmsdn

Read More
Unnamed struct ABI (C library, C users)...


cstructabi

Read More
Does inline create a COPY of the parameters as variables or will it reuse the same from the input?...


cinline

Read More
Prevent background task from being killed...


c++clinuxlibssh2

Read More
get physical block size of a device...


clinuxioctl

Read More
How is a heap overflow attack implemented?...


clinuxgdbheap-memorybuffer-overflow

Read More
How to get the date and time values in a C program?...


cdatetime

Read More
Understanding INADDR_ANY for socket programming...


csockets

Read More
Proper way to obtain dynamic source port for raw socket (IP_HDRINCL) on macOS for custom TCP impleme...


cmacosnetwork-programmingtcpraw-sockets

Read More
What is the cross-platform way to pass a va_list by reference?...


c

Read More
AVX2: Get every second int32...


csimdavxavx2int32

Read More
I can't connect to sockets in XDG_RUNTIME_DIR or my own home directory (binding is possible some...


csocketshome-directory

Read More
Storing value infinity to a variable...


c

Read More
C compilers default behavior with constants...


ccastingtype-conversion

Read More
Reading a 4 bytes date (big endian) from binary file...


cdategccendianness

Read More
-Werror=format: how can the compiler know...


c++clibc

Read More
check unused variable in C project...


clinuxdebugging

Read More
BackNext