Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

How do use OpenGL to draw decals in a specific ordering?

c opengl 3d

Is there an `alignof` implementation portable to standard C89 and C99?

Confused understanding a passage about char and int types from K&R's "The C Programming Language" [duplicate]