Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Makefile - How to hide "no such file or directory" errors while cleaning?

c makefile

C Convert a Short Int to Unsigned Short

c unsigned-integer

Using crypt() from crypt.h

c pointers cs50 crypt

Initializing a variable sized array of booleans in C

c arrays

Why does qsort() not have a return value?

c

Are you allowed to perform pointer arithmetic on an array that you no longer own?

c

Why some kernel actions cannot be written in C

c assembly kernel

How to set value of an enum member of a structure

c

printf() - prints wrong order. Works when printed separately

c printf

Printing data type char with printf()

c format printf

Fast copy every second byte to new memory area

c performance sse memcpy sse2