Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

ALSA: Relation between period size of speaker and mic

c linux alsa

realloc: invalid next size, detected by glibc [duplicate]

c size realloc dynamic-arrays

How to properly set up serial communication on Linux

Removing comments with a sliding window without nested while loops

c sliding-window

Passing a struct to a function in C

c

Purpose of the ATOMIC_INIT macro in the Linux kernel

c linux gcc linux-kernel c99

libvlc: how to snap a frame at any time

c libvlc

Open file from memory buffer using minizip

c++ c zlib

Realistic examples of optimization through branch removal

Stealing bits from an IEEE 754 double

Dynamically increase/decrease array size

c arrays size append

Strange C bug in a simple program (homework)

c io

Using memset and memcpy correctly to initialize a character array in C++

c++ c memory-management

Generating particular bit pattern using bitwise operators

c logic bit-manipulation

Need to increase buffer for IPC message queue in OpenWRT

c linux openwrt sysv-ipc

G++ name mangling of global const variables

c++ c gcc g++ name-mangling

Why isn't the key equal using OpenSSL diffie hellman?

Why do I get UnsatisfiedLinkError when calling a MinGW-compiled function (not loading the library) on Windows?

Non-initialized global variable(s) of different type but with the same name - strange link behaviour

c gcc

Smallest data type - can I define a one bit variable? [duplicate]

c types