Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What's the runtime of this algorithm?

Rounding to specified absolute decimal precision in C90/99

c rounding

which `sock_fd` to use in `setsockopt` function

Clock() return value 0 in usleep loop with more orders

c clock usleep

Does "pthread_mutex_t mutex = {0}" initialize mutex?

c++ c linux pthreads mutex

Kernel: Right way to check if process is running in c [duplicate]

How would I use an enum contained in a struct as a parameter for a function?

c struct enums typedef

Possible data race conditions in OpenSSL libcrypto.1.0.0 CRYPTO_malloc() reported by Helgrind

c multithreading openssl

Returning a const char ** from a static const struct

c arrays pointers literals

Child process hangs when using shared memory?

c linux fork shared-memory

Function registered with atexit() not getting called

c++ c freebsd atexit

How is this loop ending and are the results deterministic?

c iteration

Integral promotion/conversion: why should I care about the name of the resulting type?

Is it safe to use an out-of-bound index with an smaller array, which is casted from a large enough array?

c arrays c89

C - Incorrect result in counting number of empty elements in a 2D array

c arrays sorting

Configuring Mono for cross compilation, what goes into --host?

multithread server/client implementation in C

libtiff error: Old-style JPEG compression support is not configured

c macos tiff bmp libtiff