Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Why does C manage the heap, instead of the operating system?

“error: stray '\342' ”, “stray '\200' ”, “stray '\213' ” in C compiling

c

Call a function in java from C outside of a JNI function (Android)?

Hex file reading in C, some data corrupted?

c

Purpose of Linked list in struct addrinfo{} in socket programming

c sockets