Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Internal parallelization by CPU

c++ c performance prng

Implementing execution timeout with C/C++

c++ c linux timeout execution

Create a macro that can omit a line based on a parameter

c gcc c-preprocessor

How to find the universal sink of a directed graph with an adjacency-matrix representation

c algorithm graph

writing framed data without extra write() cost

c sockets unix

Get Parent Process Name (Windows)

c windows winapi process

Kernel module makefile output name

c linux makefile linux-kernel

Dynamically allocate and free memory in local functions

c memory-leaks free

Embox compilation and flashing

How to avoid dangerous vsprintf when you don't know the buffer size

c static-analysis stdio cstdio

how to draw vertical lines between braces in vim?

c vim

Initialize a 16mb array in C

File descriptors before fork()

c unix fork file-descriptor

Why does `memmove` use `void *` as parameter instead of `char *`?

c memmove

How to read terminal's input buffer immediately after keypress

c linux stdin input-buffer

How are flags represented in the termios library?

c serial-port driver termios

Was `long` guaranteed to be as wide as `size_t`

c language-lawyer c89

Distance between arbitrary pointers

c memory

How does the declaration affect the comma operator?

c compiler-errors

Why does GCC put a no-op push/pop when using int foo asm("ebx") to pin a var to a register?

c gcc assembly x86