Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Why can't I initialize my array?

c arrays for-loop

How to compute run time for a C program in ubuntu

c gcc

Beginner at C, float variables outputting as "0.00" after arithmetic.

c

Global struct in c (initializer element is not a compile-time constant)

c struct global compile-time

Arrays as scanf's function arguments. Adress operator