Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

storage of bool in c under various compilers and optimization levels

Reading array returned by c function in ctypes

python c ctypes

C Function Prototype With Struct Argument

c

VC rejecting hexadecimal floating-point constant

Differences between int/char arrays/strings

c arrays string char int

How to correctly convert a Hex String to Byte Array in C?

c arrays type-conversion

C- Size of structure when bit field is used and how it is stored in memory

c struct

JNI strings and C strings

Different output between argv and normal array of strings

Kill all child processes of a parent but leave the parent alive

c unix process

How is it possible for a C struct to reference itself?

c gcc

Get OS name with C [Linux, portable for distros: Centos, Debian, Fedora, OpenSUSE, RedHat, Ubuntu]

c linux operating-system

Allocating an Array of Structs without Malloc?

c arrays struct

Pipe, Fork, and Exec - Two Way Communication Between Parent and Child Process

c exec fork pipe

Does libuv provide any facilities to attach a buffer to a connection and re use it

c libuv

Pass by const reference in C

Understanding assembly generated by C function call

c assembly

Forking and piping processes in c

c linux process pipe

Init a struct in C

c struct init c-preprocessor

Dynamically allocated 2 dimensional array