Hacker News
- C++ Core Guidelines https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md 110 comments
- C++ Core Guidelines https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md 126 comments
- What is the best way to read C++ books (and programming books)? https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#inaims-aims 2 comments learnprogramming
- How am I supposed to use both the core guideline "ES.107: Don't use unsigned for subscripts, prefer gsl::index" (which is signed) and "conversion" warnings? A lot of warnings will appear when using STL containers. https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#es100-dont-mix-signed-and-unsigned-arithmetic 104 comments cpp
- I'm trying to find a new language to learn, based on what I like and don't like about C++ https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md 15 comments learnprogramming
- Finally, common-sense C++ guidelines most can agree upon. https://github.com/isocpp/cppcoreguidelines/blob/master/cppcoreguidelines.md 73 comments cpp
- GSL: why redefine existing or upcoming classes? https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#S-gsl 15 comments cpp
- A new GSL implementation for C++11 https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#gsl-guideline-support-library 15 comments cpp
- C++ Core Guidelines https://github.com/isocpp/cppcoreguidelines/blob/master/cppcoreguidelines.md 70 comments rust
- C++ Core Guidelines https://github.com/isocpp/cppcoreguidelines/blob/master/cppcoreguidelines.md 71 comments programming
Linking pages
- The Knightmare of Initialization in C++ – Arthur O'Dwyer – Stuff mostly about C++ https://quuxplusone.github.io/blog/2019/02/18/knightmare-of-initialization/ 118 comments
- circle/README.md at master · seanbaxter/circle · GitHub https://github.com/seanbaxter/circle/blob/master/new-circle/README.md 107 comments
- A Foolish Consistency – // info http://www.slashslash.info/2018/02/a-foolish-consistency/ 105 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
- The Case for C++. Why You Should Start Learning, Now | by John Murray | ITNEXT https://medium.com/@john.m.murray786/the-case-for-c-4122a5b47130?amp%3Bsk=ca95e477c339e9504a00791d4d8ef477&source=friends_link 94 comments
- The Case for C++. Why You Should Start Learning, Now | by John Murray | ITNEXT https://itnext.io/the-case-for-c-4122a5b47130 92 comments
- `static constexpr unsigned long` is C++'s "lovely little old French whittling knife" – Arthur O'Dwyer – Stuff mostly about C++ https://quuxplusone.github.io/blog/2021/04/03/static-constexpr-whittling-knife/ 72 comments
- How not_null can improve your code? - C++ Stories http://www.bfilipek.com/2017/10/notnull.html 72 comments
- So, singletons are evil; what to do then? – M. Cihan ÖZER http://www.mcihanozer.com/tips/design-patterns/so-singletons-are-evil-what-to-do-then/ 61 comments
- GitHub - mikeroyal/Apple-Silicon-Guide: Apple Silicon Guide. Learn all about the A16 Bionic, M1, M1 Pro, M1 Max, M1 Ultra, and M2 chips. Along with all the Devices, Operating Systems, Tools, and Software that Apple Silicon powers. https://github.com/mikeroyal/Apple-Silicon-Guide#getting-started-with-apple-silicon 59 comments
- GitHub - kuanweeloong/BareMetalLib: A C++ Standard Library-like library for bare metal code https://github.com/kuanweeloong/BareMetalLib 52 comments
- GitHub - NARKOZ/guides: Design and development guides https://github.com/narkoz/guides 24 comments
- GitHub - mikeroyal/Windows-11-Guide: Windows 10/11 Guide. Including Windows Security tools, Encryption, Graphics, Gaming, Virtualization, Windows Subsystem for Linux (WSL 2), Software Apps, and Resources. https://github.com/mikeroyal/Windows-11-Guide 24 comments
- GitHub - gsl-lite/gsl-lite: gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later https://github.com/martinmoene/gsl-lite 24 comments
- GitHub - gsl-lite/gsl-lite: gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later https://github.com/gsl-lite/gsl-lite 23 comments
- GitHub - mikeroyal/eBPF-Guide: eBPF (extended Berkeley Packet Filter) Guide https://github.com/mikeroyal/eBPF-Guide#getting-started-with-eBPF 16 comments
- The Salami Method http://videocortex.io/2017/salami-method/ 16 comments
- Resource Management in Haskell – Andreas Herrmann http://aherrmann.github.io/programming/2016/01/04/resource-management-in-haskell 16 comments
- How To Stay Sane with Modern C++ - C++ Stories https://www.cppstories.com/2017/02/how-to-stay-sane-with-modern-c/ 14 comments
- Safe C++ is A new Proposal to Make C++ Memory-Safe - InfoQ https://www.infoq.com/news/2024/10/safe-cpp-proposal/ 14 comments
Linked pages
- Bjarne Stroustrup announces C++ Core Guidelines : Standard C++ https://isocpp.org/blog/2015/09/bjarne-stroustrup-announces-cpp-core-guidelines 426 comments
- Stroustrup: Programming -- Principles and Practice Using C++ (3rd Edition) https://www.stroustrup.com/programming.html 304 comments
- Stroustrup: The C++ Programming Language (4th Edition) http://www.stroustrup.com/4th.html 176 comments
- CppCon 2015: Bjarne Stroustrup “Writing Good C++14” - YouTube http://www.youtube.com/watch?v=1OEu9C51K2A 151 comments
- http://channel9.msdn.com/events/goingnative/2013/opening-keynote-bjarne-stroustrup 142 comments
- Google C++ Style Guide https://google.github.io/styleguide/cppguide.html 111 comments
- http://www.stroustrup.com/resource-model.pdf 110 comments
- CppCon 2015: Herb Sutter "Writing Good C++14... By Default" - YouTube https://www.youtube.com/watch?v=hEx5DNLWGgA 88 comments
- http://www.stroustrup.com/JSF-AV-rules.pdf 73 comments
- CppCon 2016: Bjarne Stroustrup "The Evolution of C++ Past, Present and Future" - YouTube https://www.youtube.com/watch?v=_wzc7a3McOs 63 comments
- Thread Safety Analysis — Clang 16.0.0git documentation https://clang.llvm.org/docs/ThreadSafetyAnalysis.html 46 comments
- Boost C++ Libraries http://www.boost.org/ 45 comments
- CommonMark http://commonmark.org/ 42 comments
- Standard C++ https://isocpp.org/ 38 comments
- POCO C++ Libraries - Simplify C++ Development http://pocoproject.org/ 26 comments
- Adobe Open Source | Advancing technology through open initiatives http://opensource.adobe.com/ 25 comments
- CppCon 2014: Bjarne Stroustrup "Make Simple Tasks Simple!" - YouTube https://www.youtube.com/watch?v=nesCaocNjtQ 22 comments
- https://www.stroustrup.com/fast_dynamic_casting.pdf 21 comments
- Bjarne Stroustrup's Homepage https://www.stroustrup.com/ 21 comments
- Bjarne Stroustrup - The Essence of C++ - YouTube https://www.youtube.com/watch?v=86xWVb4XIyE 19 comments
Related searches:
Search whole site: site:github.com
Search title: CppCoreGuidelines/CppCoreGuidelines.md at master · isocpp/CppCoreGuidelines · GitHub
See how to search.