Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

examine command in gdb?

c gdb

Hierarchical Linking in C

c compiler-errors linker

MPI calloc Causes Segmentation Fault

c++ c multithreading mpi

Limiting values in GtkEntry

c gtk gtk2

Diagnosing process stuck in D state (uninterruptable sleep / blocked IO)

Warning : left shift count >= width of type

c enums 64-bit

why can argv use increment operator

c arrays pointers increment argv

Segmentation fault after returning a pointer to a struct

c struct return

Difference between using strlen or malloc in c

c arrays

How to test main memory access time?

C source analysis

memory alignment 64bits

c struct memory-alignment

Pthread data race that drives me crazy

Problem with structures, where to put them and how to reference them in headers?

c struct header declaration

Cancelling getchar()

c pthreads getchar

How do new/malloc seem to remember amount of data allocated?

c++ c

be64toh not linking or being declared when compiling with -std=c99

what is the difference between calling a function as fun() and fun?

c function

About storing getchar() returned value inside a char-variable

c getchar