Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Simple C malloc question that prints garbage on multiple invocations [closed]

c malloc bit

Is there any way to change the data of a process from another one without using shared memory?

c linux

Array indexing and usual arithmetic conversion

How to use Android to receive on certain radio frequency

section of static library is changed with unkown reason

c gcc linker arm cross-compiling

IEEE floating-point rounding in C

Confusing about libuv and udp

c libuv

Make Autotools project with SDL2

c sdl-2 autotools

Is there any way to get the C precompiler to use a mathematical result when concatenating symbols?

Can't we initialize automatic array variables?

c

C conventions - how to use memset on array field of a struct

c coding-style conventions

Fixed point multiplication

c fixed-point

How to pass variable argument parameter to another function?

c++ c variadic-functions

When is a struct initialized in C?

c

Accepting an undefined number of arguments in Ruby/Inline C

How do I make XCode show me warnings in my C code?

c xcode

Idiomatic way to port C bitfiddling to Python

python c bit-manipulation