Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to determine the data type of a CvMat

c opencv

Strdup returning address out of bounds

c

Can a child process go <defunct> without its parent process dying?

Undefined reference to exp on Ubuntu (including math.h and linking with -lm)

c ubuntu makefile math.h

malloc and free issue

fgetc null terminator

c fgetc null-character

How to use Linux-specific APIs and libraries only on Linux builds with CMake?

What happens when fgets encounters EOF in the middle of an input?

c

including C/C++ headers in Xcode 4

c++ c xcode4 header string.h

How can I get the "lea" instruction from a C++ function by disassembly?

c++ c assembly x86

Dealing with reserved register bits of an ARM chip

c arm cpu-registers

C - Parameterized Macros

c macros c-preprocessor

Basic Pointers in C?

c pointers

How to solve the 'Segmentation fault' when hybrid programming of C & Python?

python c

how does mpi_byte work?

c fortran mpi

How many bits of precision for a double between -1.0 and 1.0?

c casting double precision

Is the string type a scalar, and if so why?

c++ c string scalar

How to avoid FPU when given float numbers?

C: use fwrite to write char to different line

c linux file-io fwrite

Expand array linux kernel module

c linux-kernel