Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why object file size changes for the same code in C and C++

c++ c

why struct option array needs an addtional dummy entry when using getopt_long

c option getopt-long

why using external c function in nasm breaks this code?

c assembly external nasm

Serial programming in C , in DOS

c serial-port dos

UDP Broadcast in Windows 7 - does it work?

c network-programming udp

Detection of negative integers using bit operations

c++ c binary

improve locality and decrease Cache pollution in a medical image reconstruction implementation

Use mmap to allocate memory

c posix mmap

What is POSIX's equivalent of Win32's Mutex?

c pthreads

stringizing #a in define, why is it bad

c printf c-preprocessor

Can chdir() accept relative paths?

c linux chdir

Why won't GCC auto-vectorize this loop?

c gcc vectorization

libgcc_s.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'

Segmentation of memory in the C language

c memory

Writing PID File on Linux

c linux centos daemon

Can a failed fopen impact the filesystem?

c unix

Can I execute any c made prog without any os platform?

c operating-system

Why use c strings in c++?

c++ c stl string c-strings

Do you prefer "if (var)" or "if (var != 0)"? [closed]

c perl coding-style

pthread synchronized blocking queue

c thread-safety queue pthreads