Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

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

Do I need to #include <omp.h> in my C/C++ sources?

c gcc openmp

General troubleshooting technique for undefined symbols - gcc

c++ gcc linker methodology

Which is the address printed by printf() with a %p format in c?

CMake failing to detect pthreads due to warnings

What is the -z option for in this gcc compiler command?

gcc; arm64; aarch64; unrecognized command line option '-mfpu=neon'

gcc arm neon arm64 linaro

Conversion from integral constant expression to null-pointer

c++ c++11 gcc null c++14

Undefined reference, using FFMpeg-library (AvCodec) on Ubuntu, 64-bits system

c++ gcc ffmpeg

Using base pointer register in C++ inline asm

How to deal with recursive dependencies between static libraries using the binutils linker?