Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

errno set in child process after fork - OSX

c macos unix fork errno

Playing audio files with libao

c linux audio wav aiff

C using a forward declaration within a function definition

c forward-declaration

Tracking change to variable in visual studio

How can I concatenate upper and lower nibbles stored sequentially in an array?

c arrays bit-shift

DES encryption and cipher modes

c encryption cryptography ecb

What is the difference between Lua registry with light userdata and references?

Deleting a node from B tree

c++ c algorithm tree b-tree

Why can't open a file via emscriptens fopen() saved in IndexedDB?

How to access C struct value in assembly?

c assembly x86 nasm

Segmentation fault when declaring arrays

c memory-management mpi

Is it possible to use a shared object constructor for setting the library search path?

c shared-libraries posix

What happens when a pointer is too big?

c++ c pointers

include errno if not accessed directly

c errno

What is the most efficient way of logging very small amount of data?

c++ c logging

How do I call the write syscall using inline assembler in GCC under MacOS X?

bind() fails with windows socket error 10049

c windows sockets bind

C - Pointer to a matrix

c pointers matrix

header files in C and its usage

c header-files