Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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