Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Print an int in C without Printf or any functions

c int printf

Check Unix Message Queue if empty or not

c unix message-queue

Clarification needed regarding getchar() and newline

c++ c getchar

type namespace in C

c struct typedef unions

Why does the output look like this?

c struct bit-manipulation

execvp and type of parameters - ansi c

c strtok argv execvp

How to know if interrupts are disabled?

c linux-kernel

High-precision program that calculates 2^n

c algorithm bignum

Prevent GCC warning "value computed is not used" for a macro

c gcc gcc-warning

Embedding Lua 5.2 and defining libraries

c lua embed

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