Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Inserting nodes in a binary search tree

c binary-search-tree

C - Is struct variable a pointer?

c struct

Can fnctl(F_SETOWN, <pid>) direct a signal to a pthread ID instead of a process ID?

c linux signals posix

Convert unsigned char array into uint8_t array?

c unsigned-char

Converting 8 bits to a scaled 12 bits equivalent

c algorithm converters

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)