Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

conversion of unsigned integer variable to signed variable

c unsigned signed

How to create files in the xv6?

c file xv6

Catching when the linux kernel writes a page back to a memory mapped file?

c linux mmap

Pure C Code For Video Encoding

c encoding h.264 decoding

The version of pthread_join() that does not block main(): POSIX

c multithreading posix

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