Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Passing multidimesional array in C/C++

c++ c arrays

function call in C [duplicate]

c function

Running valgrind on project compiled with autotools outputs multiple heap summaries

memory and efficiency difference between normal array declaration and array declared inside a structure

c declaration performance

Can members in a structure be initialized to a value?

c struct initialization

How can I tell if a double precision floating point number can be safely stored as a single precision one? [duplicate]

c++ c floating-point

Why doesn't accept() block?

c linux sockets tcp

SQLite WAL mode with multiple transactions in multiple threads

c sqlite

How to write python code to access input and output from a program written in C?

return from a function which changes pointer address, address stays the same

c visual-studio

dereference a pointer to a pointer to a structure

Initialization of a large const array?

c++ c arrays

Whats with the zeroes in my binary file?

c linux fwrite

How to block the read system call

c linux io

C: Undefined reference to floor

Pointing dereference inside a struct error

K and R exercise 1-24

size of size_t preprocessor value

Type cast from unsigned const char * to char const *

c++ c visual-c++

Modifying string literal passed in as a function