Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C preprocessor stringification weirdness

Can parentheses in C change the result type of operands of a bitwise operation?

Best quality dithering library in C

C/C++ Preprocessing Error

c++ c

Why output differs in C and Java in the expression m++ + (++m) [duplicate]

java c expression

Can the Arduino IDE be used to develop plain old C programs?

c arduino

Is it possible to bind and listen to one IP address with TCP/IP sockets? (Linux/C)

c++ c linux sockets tcp

Imitating constructor of static objects in C

c++ c constructor

Allocating less space then necessary for a certain type?

incompatible struct types in casts/assignment?

c struct

Set stack for the main thread

c linux gcc x86

Calling a function in gcc inline assembly

c linux gcc x86 inline-assembly

pthread (segmentation fault)

c linux unix pthreads

Can you help me with a short code that can print itself?

c macros

Returning from Signal Handlers

c signal-handling

how to force a c program to run on a particular core

c process core

Issues linking against gstreamer libraries ubuntu 11.10

c ubuntu linker gstreamer

How to #include a single line in C

c++ c gcc

Non-ASCII characters in C

Does any OS allow moving memory from one address to another without physically copying it?