Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why one should not hide a structure implementation that way?

c++ c

sizeof() function in C [duplicate]

c arrays pointers

C pthread join an ended thread

c join pthreads pthread-join

When can I get away with not declaring int with signed?

Inline assembler: Pass a constant

c gcc inline-assembly

How can I make my factorial function reentrant?

c factorial reentrancy

Handling two threads, one sleeping and one waiting for input

c multithreading pthreads

Modifying string before storing in array of const chars

c arrays string

Generate Random Number from fix Set of numbers in iphone

c++ iphone c random

Compile time float packing/punning

c gcc embedded type-punning

Calling an external program from python

python c

Sequence point after a return statement?

Generate a quick checksum for a large array of floats, without using any libraries?

c++ c debugging cuda checksum

libFLAC porting problem using Adobe Alchemy

c++ c actionscript-3 alchemy

Dynamic array using ANSI C

c

typedef void(* something)(someclass* something) - what does that mean? Never seen typedef usage like this

c linux-kernel

Understanding C malloc and sbrk()

c pointers malloc

Getting the first decimal place of a number

iphone objective-c c math

Is it good practice to ALWAYS cast variables in C?

c winapi coding-style casting

Accessing bit-field in C by its address

c pointers bit-fields