Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

GAS Assembly program segmentation fault (writing to auto variable)

c linux assembly x86

File I/O performance is too good to be true?

c performance file io

splint alleged memory leak after closing file pointer within stucture

c splint

scanf("%s %s", buffer) not returning second string?

c scanf

What happens when a char array is initialized to '\0'?

c

Evaluation and Truncation

c truncation

Do I need to free structs within structs?

c struct

How do you detect the CPU architecture type during run-time with GCC and inline asm?

how to intercept linux signals ? (in C)

c linux kernel signals strace

dbus call in C from shell dbus-send

c dbus gdbus

C: sem_open oflags

c header-files semaphore

Unexpected zeros when performing file I/O

strtok: How to store tokens in two different buffers

c buffer strtok

Access and store value by index in a pointer

c

Is malloc needed for this int pointer example?

c pointers scope int malloc

C Programming: How to check if user has entered numeric values only in the following expression?

is it a common practice to have the static and dynamic versions of a library with the same name?

MPI programs hanging up

c linux ubuntu mpi mpich