Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

A curious case in parallel programming

Issue in C language using 'fgets' after 'printf' as 'fgets' runs before 'printf' [duplicate]

c printf fgets

how to wrap a c library with opaque pointers in c++ binding

c++ c

which definition is better?

c

Most important signals to handle?

Is it possible to use a C library with python AppEngine?

python c google-app-engine

Is it possible to create a C varargs function with no arguments? [duplicate]

c

Fast input output function

Linux 3.5: Safe to `read(2)` from same fd `open(2)` `/dev/urandom` from multiple threads?

Tree satisfying BST property But I think it is not BST?

c algorithm tree

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