Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

does buffer overflow still exist?

Deleting an arbitrary chunk of a file

python c file-io

Explicit Intermediate Object Files in GNU AutoMake

c autotools automake

Compile EXPAT to statically-linked .a on Windows

c windows mingw expat-parser

"\r" Literally Prints Carriage Return Symbol

Understanding asm instructions in basic C program in GDB

c assembly arm

Do you need to include header files in a makefile?

c makefile