Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is the assignment-expression in array brackets in C?

c language-lawyer

Is it useful to use returns in the middle of functions? C++ [duplicate]

c# c++ c c++17

gprof output is empty

c gcc gprof

x86 Why does C function disassembly show different value for pointer when pushed to call stack

c assembly x86 gdb disassembly

Why does member y get set to 0 in the following code?

How do you send a file via HTTP over tcp sockets in C?

c sockets http tcp

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)