So you think you know C?
https://wordsandbuttons.online/so_you_think_you_know_c.html
https://wordsandbuttons.online/so_you_think_you_know_c.html
Clang Concepts, talk by Saar Raz In Core C++ 2019
https://www.youtube.com/watch?v=Nuiwb4Dbefw
Slides: https://corecppil.github.io/CoreCpp2019/Presentations/Saar_clang_concepts.pdf
Github repos: https://github.com/saarraz/clang-concepts and https://github.com/saarraz/clang-concepts-roadmap
https://www.youtube.com/watch?v=Nuiwb4Dbefw
Slides: https://corecppil.github.io/CoreCpp2019/Presentations/Saar_clang_concepts.pdf
Github repos: https://github.com/saarraz/clang-concepts and https://github.com/saarraz/clang-concepts-roadmap
YouTube
Core C++ 2019 :: Saar Raz :: Clang Concepts
Concepts are one of the biggest new features coming in C++20, set to revolutionize the way we write generic code. A year ago I volunteered to implement Concepts in the Clang Compiler, and am now nearing completion of the feature. I will tell the story of…
Photon Micro GUI Library
https://www.cycfi.com/2019/07/photon-micro-gui/
https://www.cycfi.com/2019/07/photon-micro-gui/
Cycfi Research
Elements C++ GUI library
Update: Renamed the library to avoid the name Clash with QNX Photon.Let me tell you a bit about Elements... From my previous post about Ascend, some folks noticed its existence and actually found the github repository. The repository is rather underwhelming…
17 Smaller but handy c++17 features a blog post by B. Filipek
https://www.bfilipek.com/2019/08/17smallercpp17features.html
https://www.bfilipek.com/2019/08/17smallercpp17features.html
C++ Stories
17 Smaller but Handy C++17 Features
When you see an article about new C++ features, most of the time you’ll have a description of major elements. Looking at C++17, there are a lot of posts (including articles from this blog) about structured bindings, filesystem, parallel algorithms, if constexpr…
High performance cache aligned binary heap tree implementetion:
https://phk.freebsd.dk/B-Heap/queue.html
https://phk.freebsd.dk/B-Heap/queue.html