Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Avoiding Structure Padding in C

c

Number precision error in C

is it safe to pass function pointers around and compare them just like normal object's pointers?

c function-pointers

C program to make a second copy of a linked list

c algorithm linked-list

Random numbers with arbitrary probability distribution using rand() only

extract from string in c using sscanf

c string character scanf

Eclipse with CDT on Mac

c++ c eclipse macos eclipse-cdt

C random() & setstate function not behaving as expected

c random bsd

trying to find a fully-random number generator

c windows unix random time

Pulling sets of numbers from the command line with argv[]

c

what is the size of stack in VC++?

using malloc over array

Debugging Linux kernel code on Android platforms

android c linux-kernel arm kgdb

Changing working directory in C?

c chdir

C bitfield element with non-contiguous layout

how to check if the file is closed

c linux

Changing fahrenheit to kelvin in C

c

Why C compiler cannot do signed/unsigned comparisons in an intuitive way [closed]

c++ c comparison unsigned signed

Are there any C preprocessor variables?

c variables c-preprocessor

Does PostQuitMessage() goes into WM_DESTROY or WM_CLOSE?

c windows winapi