Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Does the hiredis Redis library create its own thread for async callbacks

c++ c database redis

Difference between ** and &** in C in context of 2D matrix

c pointers matrix

C: Pass two comma separated values with a single #define

c macros concatenation avr

Failure to bind socket when custom ip is set for ethernet adapter

c++ c sockets networking rtems

View how C structs are packed during build time

c struct embedded packing

Pass selected file to Make target in Eclipse

Issue with passing string from Python to C shared lib using ctypes

python c ctypes

Sorting a stack in ascending order in C, using two stacks

c sorting

Compiling using VS tools and Tup build-system

c visual-studio-2015 tup

Matlab: Help understanding sinusoidal curve fit

Optimizing shared array access with temporary volatile qualifier

C - unexpected behavior in complex.h on different OS

c clang c99

Preprocessing with g++ and specs-file

c++ c gcc c-preprocessor newlib

ABI-Compatibility of visual studio c-libraries

Log second keyboard events

c++ c windows

Why gcc sometimes allocate extra space for local but sometimes not?

c gcc

How could connect() fail and set errno to EADDRINUSE

c sockets posix

Hook windows explorer copyFile2 function with MinHook not works

c hook dll-injection

how to use ubsan on gcc (windows 8.1)

C, counting the number of blankspaces

c