Hacker News
- Your Daily C++ Tip - C.47 https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c47-define-and-initialize-data-members-in-the-order-of-member-declaration 6 comments cplusplus
- What are some C++ projects with high quality code that I can read through? http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines 7 comments learnprogramming
- Casting raw bytes, can we agree that it at least works? https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines 57 comments cpp
- I disagree with ISO CPP guidelines C.4 for when functions should be members https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rc-member 93 comments cpp
- Global variables aren't your friend. https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Ri-global 26 comments arduino
- Is there something like the C++ Core Guidelines for Linux? https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines 5 comments linux
- Guide to writing idiomatic Erlang code? https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines 3 comments erlang
Linking pages
- GitHub - hsutter/cppfront: A personal experimental C++ Syntax 2 -> Syntax 1 compiler https://github.com/hsutter/cppfront 1163 comments
- Why Not Rust? https://matklad.github.io/2020/09/20/why-not-rust.html 1082 comments
- C++ safety, in context – Sutter’s Mill https://herbsutter.com/2024/03/11/safety-in-context/ 687 comments
- Moving from Rust to C++ | Raph Levien’s blog https://raphlinus.github.io/rust/2023/04/01/rust-to-cpp.html 602 comments
- GitHub - Kristories/awesome-guidelines: A curated list of high quality coding style conventions and standards. https://github.com/kristories/awesome-guidelines 242 comments
- New new() - The C++17's Alignment Parameter for Operator new() - C++ Stories https://www.bfilipek.com/2019/08/newnew-align.html 222 comments
- Default function arguments are the devil – Arthur O'Dwyer – Stuff mostly about C++ https://quuxplusone.github.io/blog/2020/04/18/default-function-arguments-are-the-devil/ 181 comments
- Google C++ Style Guide is No Good https://eyakubovich.github.io/2018-11-27-google-cpp-style-guide-is-no-good/ 167 comments
- GitHub - ufoym/cpp-core-guidelines-cheatsheet: Cheatsheet for the C++ core guidelines, including a set of tried-and-true guidelines, rules, and best practices about coding in C++. https://github.com/ufoym/cpp-core-guidelines-cheatsheet 126 comments
- C++17 is Here: Interview with Herb Sutter https://www.infoq.com/news/2017/10/cpp-17-herb-sutter-interview 108 comments
- Reducing Signed and Unsigned Mismatches with std::ssize() - C++ Stories https://www.cppstories.com/2022/ssize-cpp20/ 106 comments
- How To Stay Sane with Modern C++ - C++ Stories https://www.bfilipek.com/2017/02/how-to-stay-sane-with-modern-c.html 100 comments
- Swift for C++ Practitioners, Part 1: Intro & Value Types | Doug's Compiler Corner https://www.douggregor.net/posts/swift-for-cxx-practitioners-value-types/ 86 comments
- How to use std::span from C++20 - C++ Stories https://www.cppstories.com/2023/span-cpp20/ 78 comments
- 5 Advantages of C++ Lambda Expressions and How They Make Your Code Better - C++ Stories https://www.bfilipek.com/2020/05/lambdasadvantages.html?m=1 76 comments
- Trip report: Summer ISO C++ standards meeting (St Louis, MO, USA) – Sutter’s Mill https://herbsutter.com/2024/07/02/trip-report-summer-iso-c-standards-meeting-st-louis-mo-usa/ 74 comments
- GitHub - mtmucha/coros: An easy-to-use and fast library for task-based parallelism, utilizing coroutines. https://github.com/mtmucha/coros 66 comments
- Everything You Need to Know About std::variant from C++17 - C++ Stories https://www.bfilipek.com/2018/06/variant.html 62 comments
- C++11 Guide https://stuartwheaton.com/blog/2020-06-14-c++11-guide/ 57 comments
- Integer Conversions and Safe Comparisons in C++20 - C++ Stories https://www.cppstories.com/2022/safe-int-cmp-cpp20/ 55 comments
Related searches:
Search whole site: site:isocpp.github.io
Search title: C++ Core Guidelines
See how to search.