Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Javascript Emulator

javascript c++ c emulation

C macro: concatenate symbols conditionally

c macros c-preprocessor

Null termination in strings

java c++ c string

Ordering of object files and libraries in static linking

c gcc linker static-linking

unix socket creation then fork(), messaging gets mixed up

c linux fork haproxy unix-socket

Use of comma in for statement?

c

Why does the ## aka token-pasting operator not work for comments in C and C++?

Implement the internal processing for C #include directives

int array doesnt get char values

c

What does this variable point with regard to malloc?

c pointers

What does this obfuscated C example do?

c

Linux programming: Compile code with dependencies

linux linux-kernel gcc c

Arduino Serial.print() optimization

c serial-port arduino

"Undefined behaviour" always undefined?

c undefined-behavior

How to cope with older library installed in `/usr/lib` by sysadmin

c++ c ld

How are char ** objects saved? [closed]

c arrays string file memory

Why does a pointer returned from strtok() cause a segmentation fault when passed to printf()?

Compiling and running GTK+ application on Windows 7

c++ c windows gcc gtk

Drawing list of points in SDL?

c++ c drawing sdl

How to go about adding unit tests to an established (autotools) C project

c unit-testing autotools