Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How can I pick a good magic/type number for ioctl?

multiple processes stuck on same cpu after multiple 'fork's (Linux/C)

How to call functions and variables from the kernel module (A) in the kernel module (B) and then send notification to the user space?

c linux-kernel

mmap() returns EINVAL

c mmap

Get a signal on each page fault

c linux x86-64

Can you export Ada generic functions to C++?

c++ c ada

Any way to replace part of word with the preprocessor?

objective-c c

Discovering DHCP servers using multicast (224.0.0.12) in GNU/Linux/C

c linux multicast dhcp

Getting size of void* for creating a simple generic dynamically allocated array - C

Synchronize two processes using two different states

c linux shared-memory

How to share variable in a shared object library

c linux gcc shared-objects

Preventing local pointers

How to send GMP or MPFR types with MPI

c++ c mpi gmp mpfr

How to add an entry to chrome browser dns cache list (changing the source code)

c google-chrome

gdb won't accept user input

c linux assembly gdb

How do I compile an existing C program for Android using NDK?

Removal of noisy pixels using opencv

c opencv noise-reduction

How to get VS or Xcode warning with something like "x = x++"?

c math linker problems on Ubuntu 11.10 [duplicate]

c gcc ubuntu linker math.h

Why can the compiler not optimize floating point addition with 0? [duplicate]