Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

function forward-declaration inside another function

Errors compiling example from ANSI C book, Linked Lists chapter

c gcc linked-list ansi

What is this macro exactly doing?

c pointers structure offset

use of double pointer instead of single pointer

c pointers data-structures

Is there a way to wrap function having va_args arguments?

c

Reusing a C macro in several files

Reading in 16 bits from a 32 bit register

c assembly embedded arm

Getopt shift optarg

c getopt

C - sizeof int array always returns 4 [duplicate]

c gcc dev-c++

awk make it less system dependant

c bash awk

How to install glibc with debugging info on CentOS 5.5

c centos glibc

Remove characters from string in standard C

c linux string std

About finding pupil in a video

How to define a 128-bit constant efficiently?

Using of shared variable by 10 pthreads

c linux pthreads mutex

Manipulating C-strings with multiple null characters in memory

c

const char* and free()

Using printf function without actually importing stdio.h and it worked?! Why is that so? [duplicate]

c

Address substraction value is alway 12? Is size of variables slight?

c++ c assembly integer size

Decode table construction for base64

c base64