Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

how to panic kernel from user land

c kernel

How to check if other end of a socket has been accepted?

c linux sockets unix-socket

Memory of a Void pointer

c pointers

Why malloc doesn't allocate memory until I hit a certain threshold?

Pointers problem

c pointers

Fopen failing for binary file

c memory-management fopen

Should I use C(99) booleans ? ( also c++ booleans in c++ ?)

c++ c boolean c99

why can't a pointer-to-array-of-ints be assigned to a pointer-to-int?

c arrays pointers

How to define number of spaces after '\n' in c [duplicate]

c

Is that static analysis warning a false positive? I can't quiet it down

c

Usage of scanf ... getchar

c scanf

same address shows different values for const variable with g++ compiler [duplicate]

c++ c

What is Biased Notation?

How many parameters can switch case accept in C? [duplicate]

c switch-statement

Coverting PCM 16bit LE to WAV

c audio wav pcm sox

Send signal from C to Java

java c signals

Insertion Sort in OpenMP

Floating point numbers and the effect on 8-bit microcontrollers memory

c embedded sdcc

Finding subnet mask on Linux in C