Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Doxygen output for C

c doxygen

Designated initializers and compound literals for struct in C

c gcc struct initialization

C void function with return value

c

Use of fseek with stdout

c

Is there any memory leakeage in this code?

c++ c memory-leaks

libcurl: How to download url with original filename? (equivalent for "-O/--remote-name" )

c curl download wget libcurl

check if a pthread lock variable is locked [duplicate]

c pthreads mutex

gcc: division by zero

c gcc-warning avr-gcc

Linux Fork: pid reuse

c linux fork

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