Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

Default host compiler used by nvcc for linux

Double precision strange behaviour. Need an explanation

c gcc floating-point

bitwise operators in C

What is this a.out and what makes it disappear?

c gcc

gcc: printf and long double leads to wrong output. [C - Type conversion messes up]

c gcc

Why does running this not issue a segmentation fault? [duplicate]

c memory gcc malloc

How much cycles math functions take on modern processors

c math gcc assembly x86-64

Where is endl manipulator defined

c++ gcc endl

Why is GCC saying a variable is unused when it is not?

c gcc

How to avoid memory leak during development in c

c linux gcc memory-leaks

What is the significance of the <: syntax in C? [duplicate]

c++ c gcc

Is a blank return statement at the end of a function whos return type is void necessary?

c++ c gcc g++ gnu

how about .bss section not zero initialized

c gcc elf

For a 64 bit OS, is memory leakage still relevant?

Why can I call function templates without forward declarations?

How to compile a C program?

configure error "A compiler with support for C++11 language features is required."

build kernel with aarch64-linux-gnu-gcc

Why is the C++ std::exception::what member const?

c++ exception gcc constants

Where is the "2+2" in this Assembly code (translated by gcc from C)

c gcc assembly