Click here to Skip to main content
15,881,812 members
Everything / GCC

GCC

GCC

Great Reads

by Mikhail Semenov
This article shows that double-ended vector is much faster than std::deque and should be preferred.
by altomaltes
This code calculates square root of an integer on a few assembler code lines.
by Oscar-Tark
In this article, we will be looking at a more advanced version of a buffer overflow attack.
by Mikhail Semenov
This article proposes a mapping algorithm, called Segmented Map, which is almost as fast as Flat Map is random access and enumeration of elements and close to std::map in insertion of elements.

Latest Articles

by ToughDev
Retro68 GCC-based SDK for 68K Mac
by ToughDev
How to build Wireshark 1.12.5 static binaries for CentOS 5
by Steffen Ploetz
Is LINQ the right technology for processing large amounts of data in runtime-relevant environments?
by Mikhail Semenov
This article proposes a mapping algorithm, called Segmented Map, which is almost as fast as Flat Map is random access and enumeration of elements and close to std::map in insertion of elements.

All Articles

Sort by Score

GCC 

26 Mar 2019 by thoughts-on-coding
Introduction into an Automated C++ Build Setup with Jenkins and CMake
16 May 2014 by Bartlomiej Filipek
Description of the implementation of my particle container
3 Dec 2019 by thoughts-on-coding
Matrices are a key concept in solving linear equation systems. Efficient implementations of matrices are not only considering computation complexity but also space complexity of the matrix data.
7 May 2023 by ToughDev
How to build Wireshark 1.12.5 static binaries for CentOS 5
14 Mar 2019 by Martin Vorbrodt
Memory barriers and thread synchronization
3 Jan 2016 by Bartlomiej Filipek
Maybe I’ll be boring with this note, but again I need to write that this was another good year for C++! Read my report from 2015.
7 May 2023 by ToughDev
Retro68 GCC-based SDK for 68K Mac