Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What changes should I do in the function-like macro to make it MISRA compliant?

c c-preprocessor misra

warning #2901: [omp] OpenMP is not active; all OpenMP directives will be ignored

memset manual description: int type or constant byte? [duplicate]

c types memset manual

iOS how to call a static Objective-C method from C function?

Cases where to use Pre-Increment or Post-Increment Operators

c

Observing bits from a variable in C/C++

c++ c binary-data

Using a function as a parameter in C

c function

Where can my "out of the box" program create directory reliably in Windows?

c++ c windows

Why char *s = "string" shows no error or warning when it is not const

c pointers constants

Efficient way to round n/4 upward

The use of *(char **)

c pointers char

How is the sizeof operator evaluated

c operators sizeof

How to redirect stderr and stdout to the same file

c linux ubuntu

Is a Preprocessed C/C++ file machine-specific?

c++ c c-preprocessor

C malloc function's size parameter

c pointers memory gcc malloc

Execute program capturing screenshots from windows service

c windows service

Macros like _GNU_SOURCE, what do they mean?

c linux

How to correctly deallocate structure from memory

c malloc binary-tree

Error - 'for' loop initial declarations are only allowed in C99 or C11 mode

c c99 c11

If a parameter is a pointer type, is the parameter a pointer allocated in local memory

c pointers struct