Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Ensuring at compile time that all elements of a fixed size array are initialized

c arrays

c code to get secondary storage size

c linux bash ipc

Is there a way to detect, a C-file is compiled directly into an executable?

How to properly use % or * (asterisk) symbols as a placeholder in makefile?

c makefile

Calling execv after creating a thread

c process pthreads execv

What is the type of (ptr - A[0]) / (sizeof(A[0]) / sizeof(A[0][0]))?

c++ c arrays printf

Sort a Linked list using C

char* (Array) cast to unsigned long + 1?

java c arrays casting porting

incrementing pointers to multi-dimensional array in C

c pointers

Memory confusion for strncpy in C

How to convert a numeric string starting with 0 to an octal number

c atoi string-conversion

What is the role of this macro in function declaration?

c function-declaration

output different elements from two arrays

c arrays

Should I free memory for a short lived program if memory footprint is not an issue? [closed]

Why can not alloca be used in function argument list?

c stack allocation alloca

Type of DBL_MAX

Force GCC to access structs with words

c gcc arm

How to model random variables?

c random probability

Qsort and Comparators weird behaviour. C

c algorithm sorting pointers

addref and release in IUnknown, what do they actually do?

c++ c windows shell