Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Socket communication between C applications running on same machine

c sockets

How to replace/ignore invalid Unicode/UTF8 characters � from C stdio.h getline()?

c++ c c++11 unicode utf-8

Why can't you define struct members globally?

c struct

Postfix/Prefix operator precedence and associativity

c operators

Declaring a pointer to struct creates a struct?

c pointers struct

how to Pass 2D array without size into function in C

Get the file name that was created by mkstemp()

c file mkstemp

Transforming C-source CRC16CITT function to Java

Weird error with setsockopt, "Protocol not available"

c linux sockets