Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Using GNU C Libraries and other Data structure libraries on Mac/Windows/Linux.?

sql c libraries portability

Using command line arguments when compile with gcc in codeblocks

c gcc codeblocks

Shared memory declaration inside device

Calling C function which takes no parameters with parameters

2-8 K&R C Exercise whats wrong?

c

How to store an array of structs inside anonymous member?

c struct c99

C's printf doesn't print a string (char array) out

c string printf

Problem in defining object of a structure inside itself

c struct

how can i use 64 bits inline assembly in c?

c gcc assembly 64-bit

How to implement your own cd command in your own shell [duplicate]

c linux shell cd pwd

Differences between writing/reading binary/text in c

c sockets binaryfiles

Structure pointer operator conjecture (theory)

Whats the addrlen field in recvfrom() used for?

c sockets udp recv

Adding -1,0, or 1 randomly to a number in C [closed]

c random numbers range generator

Order of evaluation for ternary operator in C

Order of parameter evaluation of function call in GCC

c operator-precedence

Memory alignment requirement for data transfer with Direct I/O

c linux malloc glibc

Actual purpose of Shared object [duplicate]

c linux shared