Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Create a DLL to share memory between two processes

c windows dll

Does #define in C put the thing exactly or give spaces before and after?

c c-preprocessor

How to repeatedly restart a program via signal

c linux signals posix

Would it be a bad practice to mix fgets with scanf and use fseek to skip the new line characters? C

c scanf fgets stdio fseek

Why does omitting explicit 'int' type for a parameter fail to compile in gcc sometimes?

c gcc

Is the ABI part of the C standard? [duplicate]

c abi

gcc returning tons of errors in a tiny hello world program

c gcc

How to Multicast (send) to first NIC?

(Linux) Get /dev/input/eventX from an attached USB device with PID:VID

c linux events input libusb

CUDA - Understanding parallel execution of threads (warps) and coalesced memory access

c++ c cuda

Why is a statically-linked "hello world" program so big (over 650 KB)?

Flat array from an array of structs?

c++ c opengl

Given three `double` values `x`, `y` and `z`, how to minimize the precision loss of calculating `x * y / z`?

c floating-point precision

Undefined reference to 'main' when using ifort/icc

c gcc fortran symbols icc

Send a structure through a socket using tpl for serialization using c

c sockets serialization

Ruby C Extensions, loading external libraries