Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

K&R Exercise 1-14

c

write() return errno 14 why?

c linux serial-port

Can this C loop be optimized further?

c optimization simd sse

C function called from Python via ctypes returns incorrect value

python c ctypes

Using a volatile string as the format string with printf()

c constants volatile

reverse number for max unsigned int

c unsigned-integer

Const Struct vs Struct With Const Members

c struct constants c99

C Struct with pointer to array

c pointers

OpenMP matrix multiplication nested loops

C programming fwrite jumps to end of file

c++ c fwrite fseek ftell

Book says c Standard provides floating point accuracy to six significant figures, but this isnt true?

c floating-point

Error “type containing an unknown-size array is not allowed” using official SDK header

c intellisense

C program to detect USB drive in Linux

c linux usb

Is there a way to create a function in C wherein one variable can refer to one of any other variables depending on user input?

c

C Struct Passed By Value Memory Addresses in Called Function

c memory struct

Making portable code

c++ c portability

Shared memory in C and missing MAP_ANONYMOUS?

c linux posix c89

Functions as members of structs

c struct

sharing mutexes between modules

c mutex