Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Changing the variable defined in shared library in my program doesn't get reflected seen from the shared library

Need help deciphering C syntax

c cpython

How can I clear stdin in a C progam?

c stdin

flattening and dumping nested struct in C

c pointers struct dump

GCC C vector extension: How to move contents of a vector to the left by one element?

c gcc vectorization

Coccinelle: Change ordered struct declaration to unordered

c coccinelle

Pointer to struct within the nested structs

c pointers struct

Using C to create a file and write+read to it, what went wrong?

c file-io

socket programming with select

Organizing my own external libraries in revision control

java c++ c svn version-control

gcc builds with -o but not -o3?

const char **name VS char *name[]

c arrays pointers char

What does 'initialization' exactly mean?

c++ c linker

Why can't I use pointer addition instead of malloc

c pointers malloc

How to insert a new node in a singly linked list without using a temporary node?

Segmentation fault when calling x86 Assembly function from C program

c assembly x86 att

For a function that takes a const struct, does the compiler not optimize the function body?

C language and multithread programming

c multithreading pthreads