Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

Changing default C compiler in Linux, using SCons

c gcc scons

Does libstdc++ not implement std::stoi?

c++ gcc c++11 std

C++11 Function That Only Accepts String Literals?

c++ linux gcc c++11

Overriding C library functions, calling original

c gcc

Why doesn't GCC optimize this call to printf?

snprintf error. argument to sizeof is the same as destination

c gcc printf

Why does deleting the move constructor cause a compile error?

c++ gcc

Which inline assembly code is correct for rdtscp?

std::remove_if and std::isspace - compile-time error

c++ gcc g++

GCC's reordering of read/write instructions

chrono_literals is not a namespace-name

c++ gcc chrono

Compilers: Understanding assembly code generated from small programs

c linux gcc x86-64 disassembly

What is this error message about implicitly deleted virtual destructors?

MinGW GCC: "Unknown conversion type character 'h'" (snprintf)

c gcc mingw printf

Is there a bug in GCC 4.7.2's implementation of shared_ptr's (templated) assignment operator?

c++ gcc stl c++11 smart-pointers

`bash: ./a.out: No such file or directory` on running executable produced by `ld`

Any way to specify the location of profile data

linux gcc gprof

How to use getnameinfo instead of gethostbyname?

Returning local unique_ptr as a shared_ptr

Using the GCC __unused attribute with Objective-C

objective-c gcc