Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

how to calculate size of array which is passed to a function

c arrays function

Functions with empty parameter list in C99 is not compatible with C++98?

c++ c gcc c99 c++98

Eliminating IF statement using bitwise operators

Compound statement to change value after returning it?

c return

Checking network status and controlling PPP in a program

Serialization of a long array (in C)

c arrays string serialization

Padding - Encryption algorithm

c cryptography stream padding

Structs interface

c struct

Properly handling platform specifics (unix/windows) in C?

How to format printf statement better so things always line up

c formatting printf

force a bit field read to 32 bits

c++ c bit bit-fields

X264 Encoder API

c video encoding h.264 x264

Using an ampersand (&) in a call to free()

c pointers free

How does this C code (from lua library, Torch) even compile/work?

c lua luajit torch

Cross compiling for ARM: Floating point exception when using fixed size array declarations

Unexpected error in double linked list in C

Count number of variadic arguments in macro function

c++ c macros

Unaligned issue about ether_addr_equal function?