Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Remove letter accents from a given text

Getting "Syscall param execve(argv) points to unaddressable byte(s)" in valgrind

c valgrind

How is the locale of a C program set to the "C" locale?

c linux

Function body on heap

c memory heap-memory

Activating a Window on X11, why do I lose the title bar?

c linux gtk x11 xlib

Maximum size of stack of multi threaded process

GCC/Clang-18 compiler assumes type as unsigned int for enum

c gcc clang integer-promotion

Is it acceptable to pass a pointer as an argument for a double pointer in C?

arrays c pointers dereference

Why does read() in C read input in chunks when there's no user-level buffering?

c linux io posix

c: select hangs on empty fd_set

c sockets posix-select

Is "type" a keyword

python c

Why don’t pointers appear in Python Tutor’s memory visualization in C?

c pointers

Create dual-stack socket on all loopback interfaces on Windows

c sockets winapi ipv6

How to sort an array that going down and then going up, to array that going down all the way?

Why is mktime unsetting gmtoff ? How to make mktime use the gmtoff field?

c datetime unix-timestamp

Confusion about CUDA unified virtual memory

c++ c cuda

tree visualization with libgraphviz / dot

c graphviz