Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Correct syntax for accessing c-style object array through objective-c messaging?

c objective-c arrays accessor

Array of pointers problem

Function name scoping in c

iphone c xcode makefile

How to make multiple `fork()`-ed processes comunicate using shared memory?

c fork shared-memory

Will the compiler allocate any memory for code disabled by macro in C language?

c

How does it make sense and why is the sscanf function still working?

c scanf

Can I fork processes and exec internal functions?

c fork exec

How run apk application without installing(native)

android c apk

Under Printf arithmetic operation precedence

c printf

Are string literals necessarily considered adjacent (and thus concatenated) when separated by a newline?

c c99