Tag cpp

3 bookmarks have this tag.

2024-03-08

1185.

C++ FQA Lite: Defective C++

yosefk.com/c++fqa/defective.html

A long and enjoyable list.

2024-02-10

1136.

Static typing isn’t free. Where do you think the C++ angry mob comes from?

wordsandbuttons.online/static_typing_isnt_free.html

C++ has a built-in logic deduction engine. It's not free, it's like a second program you are writing alongside the main one.

2023-12-19

986.

Release Cling version 1.0 · vgvassilev/cling

github.com/vgvassilev/cling

Introduction
This document contains the release notes for the interactive C++ interpreter Cling, release 1.0. Cling is built on top of Clang and LLVM compiler infrastructure. Here we describe the s...