Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Struct padding for single member structs

c struct padding

Octal representation inside a string in C

c octal number-systems

Aligning Output Values in C

c printf stdio

How can you tell if an ELF Binary was Built with BINDNOW?

c gcc

Can executable and shared library contain functions with the same name?

c++ c dll shared-libraries exe

Error : Conflicting types for 'remove'

c

Decompress PNG using zlib

c gcc png zlib

Aliasing through unions

How do Variable length arguments work in C?

c

Best practices for probing for symbol visibility extensions in autoconf

Calling a C function from ARM function defined with __asm

Performance impact of frequent isatty() calls

c linux unix glibc tty

Error: redefinition of "a static variable" in C header files

What is the entry point for git?

c git

Why is GCC with __attribute__((__ms_abi__)) returning values differently than MSVC does?

c gcc x86 calling-convention abi

Why can an array used in fread/fwrite in a position of a buffer be written with or without & and yield the same result?

Branchless way to map 0 to any nonzero value while leaving other values alone?

Are there any examples of C code which leads to (significant) performance decrease / increase after being compiled as C++ code?

c++ c performance

C function: array argument length