Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Using C++ API in C?

c++ c bullet bulletphysics

Casting int pointer to char pointer causes loss of data in C?

c pointers

Why one needs two brackets to use macros in C?

c macros parentheses

fast increase number to be mod 16 in C

Alternative unistd.h header file for Visual Studio 2010

c visual-studio-2010

Is this a coding convention?

c linux coding-style

Is it necessary to undef macros within function?

c macros

Difference between sizeof(*ptr) and sizeof(struct)

c sizeof

C++ 3d array - dynamic memory allocation aligned in one line

c++ c arrays memory allocation

OpenCV facedetect example won't load cascade classifier xml

kill - does it kill the process right away?

c process freebsd kill defunct

How to handle big integers in C

c cryptography

What are the pros & cons of using an array of structures versus an array of pointers to a structure?

Can't open semaphore from another process

c winapi semaphore

Memcpy : Adding an int offset?

c++ c memcpy

C pointers: difference between while(*s++) { ;} and while(*s) { s++;}

c pointers

Strlen in Malloc

c pointers

Why some people don't check for NULL after calling malloc?

Passing pointer to array of struct

c arrays struct

How to check a completed gzip file?

c linux gzip