Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

GCC -Wuninitialized / -Wmaybe-uninitialized issues

when I use strlcpy function in c the compilor give me an error

c string gcc linker

Is GCC's option -O2 breaking this small program or do I have undefined behavior [duplicate]

Preventing compiler optimizations while benchmarking

Taking advantage of SSE and other CPU extensions

Run a "light" preprocessor for GCC

c gcc macros c-preprocessor

printf for size_t

invalid use of incomplete type / forward declaration

Using BX in Thumb code to call a Thumb function, or to jump to a Thumb instruction in another function

gcc arm thumb

Why are these snippets handled differently by 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