Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Allocating memory for a array to char pointer

haar transformation on an image

c++ c image-processing

Sleep Function Error In C

c++ c windows

ubuntu: sem_timedwait not waking (C)

passing a pointer to a pointer in c function by value

c function pointers

Conflicting types for pointer variable in C (Error)

Why cast 'void*' pointers to 'unsigned char *' in memcpy's implementation?

How do I convert and break a 2 byte integer into 2 different chars in C?

c

waitpid() function returns ERROR (-1), why?

c linux process waitpid

How to send POST request to some website using winapi?

c++ c winapi post

Data Structure to store billions of integers

Why should or shouldn't we prefer a macro that accepts arguments over a function that does the same job?

Comment a file in Doxygen

c doxygen

C variable definition vs extern decleration

c gcc extern

how to unload dynamic lib in lua

c lua dynamic-library

Using C++ struct with virtual members (i.e. non-POD) in C

How to check that pointer is writing in the out of allocated memory?

How do you efficiently count the trailing zero bits in a number?