Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

uint32_t does not name a type - VSCode with STM32 in Windows

Single header which includes other headers

c++ c

Accelerating performance of loop performing unsigned long long modulo operation

Create variants of hardcoded defines

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