Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Copying n chars with strncpy more efficiently in C

c string malloc strncpy

Why can I modify the const pointer in C?

c memory pointers

passing a char array by reference in C

c arrays reference char

Scheme and C working together

c scheme