Hacker News
- Learn Modern C++ https://learnmoderncpp.com/ 202 comments
- Modern C++ for C Programmers https://ds9a.nl/articles/posts/cpp-intro/ 21 comments
- “Modern” C++ Lamentations http://aras-p.info/blog/2018/12/28/Modern-C-Lamentations/ 249 comments
- Atria: A toolkit for modern C++ development from Ableton http://abletonag.github.io/atria/ 34 comments
- 295 pages on Initialization in Modern C++ :) https://www.cppstories.com/2023/init-story-print/ 113 comments cpp
- Observer pattern in modern C++ http://codingadventures.org/2021/10/30/observer-pattern-in-modern-c/ 6 comments cpp
- A quick primer on type traits in modern C++ https://www.internalpointers.com/post/quick-primer-type-traits-modern-cpp 12 comments cpp
- Type-Safe Raytracing in Modern C++ https://ajeetdsouza.github.io/blog/posts/type-safe-raytracing-in-modern-cpp/ 44 comments cpp
- 42 silly ways to say "Hello" in modern C++ (Sep 2018) https://speakerdeck.com/olvemaudal/42-silly-ways-to-say-hello-in-modern-c-plus-plus-sep-2018 8 comments cpp
- Interesting Book: The Modern C++ Challenge https://scottmeyers.blogspot.com/2018/06/interesting-book-modern-c-challenge.html 24 comments cpp
- Initialization in Modern C++ https://twitter.com/timur_audio/status/1004017362381795329 51 comments cpp
- Where can I learn Modern C++ Object Oriented Programming? https://www.reddit.com/r/cpp/comments/7om4fp/where_can_i_learn_modern_c_object_oriented/ 3 comments cpp
- Learn Universal Windows Programming Via Modern C++ (RelativePanel) http://www.c-sharpcorner.com/article/learn-universal-windows-programming-via-modern-cpp-relativepanel/ 5 comments cpp
- Similar Rust and modern C++ code yields in similar performance https://www.reddit.com/r/rust/comments/6nn3rt/similar_rust_and_modern_c_code_yields_in_similar/ 42 comments rust
- Modern diagnostics tools for C++ applications http://blog.ndcconferences.com/modern-diagnostics-tools-for-c-applications/ 3 comments cpp
- Multithreading in modern C++ http://www.modernescpp.com/index.php/multithreading-in-modern-c 4 comments cpp
- Atria: A toolkit for modern C++ development http://abletonag.github.io/atria/ 9 comments cpp
- Modern C++ Speech Recognition? Windows 7 onwards http://blogs.msdn.com/b/rlucero/archive/2011/12/12/speech-101-getting-the-computer-to-recognize-hello-world.aspx 10 comments learnprogramming
- Three easy steps to modernize your C++ algorithms http://www.codergears.com/blog/?p=598 11 comments programming
- The Convergence of Modern C++ on the Lisp Programming Style [x-post] http://chriskohlhepp.wordpress.com/convergence-of-modern-cplusplus-and-lisp/ 5 comments lisp
- Constructing a Global Descriptor Table in Modern C++ https://bmoxb.io/2022/12/01/create-gdt.html 14 comments osdev
- We're creating an open-source, modern, all-in-one C++ Website and we need your help https://www.cpp-lang.net/ 23 comments cpp
- Modern C++ JSON serialization library recommendations https://www.reddit.com/r/cpp/comments/cmqawn/modern_c_json_serialization_library/ 32 comments cpp
- Thoughts on Modern C++ and Game Dev http://www.elbeno.com/blog/?p=1598 13 comments gamedev
- Lambdas: The Functional Programming Companion of Modern C++ https://medium.com/@dakshhub/lambdas-the-companion-of-modern-c-b7dfd43b5abb 23 comments cpp
- How to make a better polymorphic clone in modern C++ (an answer to fluentcpp.com) https://deque.blog/2017/09/08/how-to-make-a-better-polymorphic-clone/ 17 comments cpp
- Introducing rpclib - A modern C++ RPC library http://rpclib.net 4 comments programming
- JSON for Modern C++ v2.0.0 - JSON Pointer, JSON Patch & more https://github.com/nlohmann/json/releases/tag/v2.0.0 20 comments cpp
- Modern C++ features – override and final http://arne-mertz.de/2015/12/modern-c-features-override-and-final/ 61 comments programming
- Draft Version of Effective Modern C++ Now Available http://scottmeyers.blogspot.com/2014/07/draft-version-of-effective-modern-c-now.html 17 comments cpp
- EnTT v3.6.0 is out: Gaming meets Modern C++ https://www.reddit.com/r/gamedev/comments/kttqxm/entt_v360_is_out_gaming_meets_modern_c/ 39 comments gamedev
- EnTT v3.3.0 is out: Gaming meets Modern C++ https://github.com/skypjack/entt/releases/tag/v3.3.0 73 comments programming
- Modern C++ font lock in emacs https://www.reddit.com/r/emacs/comments/94j39z/modern_c_font_lock_in_emacs/ 6 comments emacs
- Modern C++ features: in-place construction http://arne-mertz.de/2016/02/modern-c-features-in-place-construction/ 7 comments programming
- Herb Sutter on Modern C++ Essentials - A Summary from CppCon Talk [X-Post] http://www.reddit.com/r/programming/comments/2inb4l/herb_sutter_on_modern_c_essentials_a_summary_from/ 4 comments cpp
- Butano: a modern C++ high level engine for the GBA https://www.reddit.com/r/cpp/comments/jrjj2n/butano_a_modern_c_high_level_engine_for_the_gba/ 27 comments cpp
- [Hacktoberfest] Looking for reviewers / contributors for a modern C++ game engine https://www.reddit.com/r/cpp/comments/j37km1/hacktoberfest_looking_for_reviewers_contributors/ 3 comments cpp
- C++ needs to modernize its legacy #include mechanism to be really a new language http://www.codergears.com/blog/?p=799 47 comments programming
- C++ in modern front-end development https://www.reddit.com/r/cpp/comments/9wmvjd/c_in_modern_frontend_development/ 48 comments cpp
- Modern C++ isn't memory safe: how recent language updates fix some safety issues but introduce others https://neosmart.net/blog/2018/modern-c-isnt-memory-safe/ 77 comments programming