Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to get C to find the macro identifier given the numeric macro value?

c c-preprocessor

Confirmation before closing a C program

c visual-studio return exit

What is the CPUID standard function 01H?

Calling free() on malloc()'d char pointer causes program to crash with invalid pointer

Problems with GCC "build file: no target in no project"

c codeblocks

Looking for mmap flag values

First expierences with struct. Why is this output happening?

c struct

char *str; str="HELLO"; How does that work without allocating any memory for the string?

What does ld do when linking against dynamic shared library?

c linux linker ld

Leaving a c++ application without running destructors of global static objects

c++ c exit

Is it safe using `$` as an identifier in C/C++?

Finding type of path using the Windows API

c++ c winapi

Request a lua table size in c before iterating it

c lua

Verifying CRC using airpcap and pcap

c pcap wifi

Binary serialization of variable length data and zero length arrays, is it safe?

c++ c serialization

C fgets - simple way to catch overflow?

c overflow fgets

Good book on drawing algorithms, preferably in C or C++ [closed]

c++ c algorithm drawing paint

When do I have to free?

c memory malloc

Is it valid to use a zero-sized non-static array function parameter?