Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Where to find select() source code in glibc source?

c linux kernel glibc

Variable Declaration must appear up front?

c++ objective-c c

Read string from file in C

c string file-io

GCC: Force a function call after every instruction (for multithreaded testing)?

zeroing memory area of a structure in c [duplicate]

c struct memset

gcc unexpected C static_assert error: expression in static assertion is not constant

Valgrind Invalid read of size 1 (sscanf)

c pointers valgrind scanf

Macro to replace nested for loops

Library for parsing C Type Declarations? [closed]

c++ c parsing cdecl

Can variables inside packed structures be read atomically?

c arm atomic

Why v[i] = i++ is undefined behavior in C?

c undefined-behavior

define multiple #defines with same value

c++ c

Free function not working

c memory-leaks

Is there a "Heap-use after free" in my code here?

c malloc hashtable

Multiline macro function with "return" statement

c macros

coding style aginst warning check

c while-loop c99 c89

malloc() reusing memory location after free(), causing fragmentation(?)

Creating own FILE* pointer in C?

c pointers filesystems