Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

What does -D_XOPEN_SOURCE do/mean?

c gcc

How to fix GCC compilation error when compiling >2 GB of code?

What is the difference between `-fpic` and `-fPIC` gcc parameters?

gcc fpic

How to compile without warnings being treated as errors?

c gcc compiler-warnings

Using pre-compiled headers with CMake

Why don't two binaries of programs with only comments changed exactly match in gcc?

Using C++ library in C code

c++ c gcc glibc

Will strlen be calculated multiple times if used in a loop condition?

c++ c gcc optimization strlen

Downcasting shared_ptr<Base> to shared_ptr<Derived>?

c++ gcc boost

gdb: how to print the current line or find the current line number?

debugging gcc gdb

Why do I get a warning every time I use malloc?

c gcc malloc warnings sizeof

How do you disable the unused variable warnings coming out of gcc in 3rd party code I do not wish to edit?

Is it intended by the C++ standards committee that in C++11 unordered_map destroys what it inserts?

c++ gcc c++11 clang standards

Unmangling the result of std::type_info::name

c++ gcc name-mangling

Why do I get "a label can only be part of a statement and a declaration is not a statement" if I have a variable that is initialized after a label? [duplicate]

c gcc

How to create a static library with g++?

experimental::filesystem linker error

c++ gcc c++17

How to tell where a header file is included from?

c++ c gcc include g++

Compile error: "g++: error trying to exec 'cc1plus': execvp: No such file or directory"

php c++ c linux gcc

How many GCC optimization levels are there?