Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

ASN.1 compilers

c protocols asn.1

C macro get typeof argument

c macros c-preprocessor

unsigned-signed underflow mechanism

c++ c

How to convert pid_t to string

c pid

How can I use SIGINT to break out of the wait for accept() or read()?

c sockets sigint

How to fork() an exact number of children

c fork children