|
You are here |
lisyarus.github.io | ||
| | | | |
www.nayuki.io
|
|
| | | | | [AI summary] This article introduces a multi-language open-source library for generating QR codes based on the ISO specification, highlighting its compact size, correctness, and availability in Java, TypeScript, Python, Rust, C++, and C. | |
| | | | |
www.cppstories.com
|
|
| | | | | 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, std::optional, std::variant... and other prominent C++17 additions. But how about some smaller parts? | |
| | | | |
www.artima.com
|
|
| | | | | [AI summary] Bjarne Stroustrup outlines the guiding principles, new language features like concepts and auto, and library extensions for the upcoming C++09 standard. | |
| | | | |
ricardomartins.cc
|
|
| | | Rust gives us good tools to achieve interior mutability in a thread-safe way without much effort. More than that, it does so in such a way that the borrow checker will have our backs most of the time, so we can't shoot ourselves in the feet. | ||