Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is heap related to process in C?

c linux

How to change the optimization level with Eclipse + CDT + MinGW?

c eclipse gcc eclipse-cdt

GMP mpz_array_init is an obsolete function - How should we initialize mpz arrays?

c gmp

assert() safety in multithreaded context

c multithreading pthreads

When to use variable length array in C, but when a dynamic allocation?

c arrays malloc free c99

Macro defined in main.c not visible in another included file

c gcc macros avr-gcc

compiling AVX2 program

c gcc avx avx2

Is it valid to treat an extern global as const when the definition is not const? [duplicate]

a linked list of linked lists in C

c linked-list

Why is tzset() a lot slower after forking on Mac OS X?

c macos fork libc

Safety of using pthreads in Gtk+2.0 application

c multithreading gtk pthreads

How to make GCC evaluate functions at compile time?

c gcc pre-compilation

Memory leaks in libcurl

Buffer size in file I/O

c

Make autotools add --std=c11 to CFLAGS

c autotools c11

How can I make a function have library-internal linkage?

c gcc compilation linker ld

Why is there a variation in the working of the comma operator in the below codes?

c comma-operator

golang return object from a function

c go

Is it "bad practice" to use tab characters in string literals?

C struct definition standard