cover image

Build Your Own Redis with C/C++ | Learn network programming and data structures

cover image

Example debugging RoIAlign from Torchvision

cover image
Important GCC Flags in Linux
16 Dec 2022
linuxhandbook.com

You can use GCC flags to extend the functionality of the GCC compiler. Here are some of the common and yet important flags.

Welcome to C++ By Example. Here you will find clear and up to date C++ code examples with concise and straightforward explanations.

cover image

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) - carbon-language/carbon-lang

cover image

There’s another new language on the block: Carbon. Find out if this one’s worth learning.

Binaries and processes — GCC Contributors Guide 0.1 documentation
14 Jun 2022
gcc-newbies-guide.readthedocs.io
Size Optimization Tricks
11 Jun 2022
justine.lol
C 20 Concepts: The Definitive Guide
22 Aug 2021
thecodepad.com
cover image
Show HN: A list of 470 static analysis tools
29 Nov 2020
analysis-tools.dev

Find static code analysis tools and linters for Java, JavaScript, PHP, Python, Ruby, C/C++, C#, Go, Swift, and more. All tools and linters are peer-reviewed by fellow developers to select the best tools available. Avoid bugs in production, outages on weekends, and angry customers.

cover image
C the Good Parts
3 Nov 2020
infoq.com

Jordan DeLong overviews the past, current and near future "good parts" of C++'s functional side through the colored lens of his biases.

cover image

C/C++ is the mother of many popular programming languages out there today, all the fancy programming...

cover image

void fill1(char *p, size_t n) { std::fill(p, p + n, 0); } void fill2(char *p, size_t n) { std::fill(p, p + n, '\0'); }

Executive Summary
19 Feb 2020
swig.org
cover image

To write a professional C++ application, you not only need a basic text editor and a compiler. You require some more tooling. In this blog post, you’ll see a broad list of tools that make C++ programming possible: compilers, IDEs, debuggers and other. Last Update: 14th October 2019. Note: This is a blog post based on the White Paper created by Embarcadero, see the full paper here: C++ Ecosystem White Paper.

cover image

Did you know you can write functions in C and then call them directly from Python? Isn't that cool? L...

cover image
Cython
21 May 2019
shop.oreilly.com

Build software that combines Python’s expressivity with the performance and control of C (and C++). It’s possible with Cython, the compiler and hybrid programming language used by foundational packages such … - Selection from Cython [Book]

cppreference.com
6 Sep 2018
en.cppreference.com
cover image

Scientists, educators and engineers not only use programming languages to build software systems, but also in interactive workflows, using…

Boost.Hana: User Manual
27 Dec 2017
boost.org
cover image
GitBook
18 Nov 2017
gitbook.com

GitBook is a knowledge management tool for engineering teams. It simplifies knowledge sharing, with docs-as-code support and AI-powered search & insights. Sign up for free!

Learn C
11 Nov 2017
learncpp.com