Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Can I use one Linux .so for all Linux compilers?

c linux dll

Is it possible to pass a C function pointer to a function that is unknown at compile time to a C function using Cython?

python c cython

Readdir/closedir - Valgrind shows "invalid read"

c linux valgrind readdir

How to save the clang AST?

Does the thundering herd issue still exist in epoll of new Linux kernel?

c linux concurrency

When is integer to floating point conversion lossless?

c++ c floating-point

Why am I getting WM_MOUSEACTIVATE when I click on my child window? I have it change focus to the parent, which screws child kill focus logic

c winapi focus

list adapters addresses and mask/prefix, both IPv4 and IPv6 (GetAdaptersAddresses)

C - freopen() for redirecting needs fclose()?

c

Integer evenness testing (% 2 vs & 1)

c

gcc size of types

c gcc portability

don't understand gcc --with-local-prefix, --with-native-system-header-dir=

c++ c linux gcc g++

Clang optimization: && vs &: optimized vs. non-optimized (for certain values)

Why C99 has such an odd restriction for universal character names?

c unicode

Bitshift on structures

c bit-shift

What is the best way to represent characters in C?

c char character c99