Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

How to use pld instruction in ARM

c gcc arm

Using standard function name in C

c gcc standard-library

a function returning reference to real or imag values of a complex number in C++11

c++ gcc c++11 complex-numbers

sqrt is only defined when argument is nonnegative

c gcc math.h sqrt

free() hangs when passed a valid pointer created by posix_memalign() - gcc and C++11

c++ gcc c++11 posix free

Where does constant local variable array go in memory for a 'C' program

c gcc memory

What does "=w" in GCC Inline Assembly mean?

c gcc assembly gnu-assembler

What is the easiest way to find the sizeof a type without compiling and executing code?

c bash gcc sizeof

Counting the number of leading zeros in a 128-bit integer

c++ gcc bit-manipulation sse

Why is the move constructor defined and the assignment operator implicitly deleted?

c++ c++11 gcc g++

GCC Optimization and debugging

Fail to change CS register value from kernel mode. invalid opcode: 0000

GCC/ELF - from where comes my symbol?

linux gcc solaris elf ld

How to make gcc or ld report undefined symbols but not fail?

c++ c gcc linker

Cygwin compiling error: "this application has requested the runtime to terminate it in an unusual way"

GCC NOPs being compiled away

No matching function for call (expects reference to pointer instead of pointer)

c++ xcode macos gcc

Compiler warning about printf() long unsigned int and uint32_t

c linux gcc printf

Are standard library required to be standard conformant?

Why can't I link a mixed C/C++ static library that has a C interface using gcc?

c++ c gcc g++