Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Dynamically allocated array of structures in C

Error handling in a C, void returning function

c malloc

pointer arithmetic (char*) &a[1] - (char *)&a[0] == 4

c pointers casting

Signal handler using sigaction and instruction SIGINT. fail with struct variable: no storage size of sa is known

rotary encoder overflow prevention

Is a function recursive if it calls itself TRIVIALLY

c recursion

reducing if statements in C for efficiency

C expression must be a modifiable lvalue (Why am i getting on this expression)

c if-statement

Trying to reverse engineer a function

Variable Length Arguments without using stdarg.h

c printf

Ampersand or no ampersand before string variable name in scanf() and printf()?

c string printf scanf

Typedef and struct in C

c struct typedef

ASN.1 Encoding with Optional fields

c++ c encoding asn.1

Parsing Integer and Float Values of a Text File with sscanf

c parsing scanf

what's wrong with my clean function?

c

passing arg 1 of `puts' makes pointer from integer without a cast

c pointers casting puts

Struct initialisation with large integer

c

C fork program explanation

c fork stdio