modern-cpp-features

A cheatsheet of modern C++ language and library features. (by AnthonyCalandra)

Modern-cpp-features Alternatives

Similar projects and alternatives to modern-cpp-features

  1. cs-topics

    My personal curriculum covering basic CS topics. This might be useful for self-taught developers... A work in development! This might take a very long time to get finished!

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. CppCoreGuidelines

    The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

  4. serenity

    The Serenity Operating System 🐞

  5. chromium

    The official GitHub mirror of the Chromium source

  6. free-programming-books

    :books: Freely available programming books

  7. dmd

    dmd D Programming Language compiler

  8. cppfront

    A personal experimental C++ Syntax 2 -> Syntax 1 compiler

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. abseil-cpp

    Abseil Common Libraries (C++)

  11. cppreference-doc

    C++ standard library reference (by p12tic)

  12. gcc

    Docker Official Image packaging for gcc (by docker-library)

  13. draft

    C++ standards drafts

  14. cppinsights

    C++ Insights - See your source code with the eyes of a compiler

  15. usbarmory

    USB armory - The open source compact secure computer

  16. awesome-modern-cpp

    A collection of resources on modern C++

  17. OOP-in-C

    Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.

  18. vim-c-cpp-modern

    Extended Vim syntax highlighting for C and C++ (C++11/14/17/20/23)

  19. functools

    Functional tools in Go 1.18 using newly introduced generics

  20. cpp20_in_TTs

    C++20 features described in Before/After tables ("Tony Tables")

  21. Modern-CPP-Programming

    Modern C++ Programming Course (C++03/11/14/17/20/23/26)

  22. pfr_non_boost

    Boost.PFR without the boost namespaces

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better modern-cpp-features alternative or higher similarity.

modern-cpp-features discussion

Log in or Post with

modern-cpp-features reviews and mentions

Posts with mentions or reviews of modern-cpp-features. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Ask HN: Catching Up on C++?
    1 project | news.ycombinator.com | 20 Feb 2024
    Just go through this https://github.com/AnthonyCalandra/modern-cpp-features and you should be fine.

    If you also like thorough explanations and graphs, there's https://hackingcpp.com/ that could answer many questions you might have.

    By the way, just in case, bookmark this online C++ reference https://eel.is/c++draft/ for diving in deep waters.

    Good luck!

  • C++23: The Next C++ Standard
    8 projects | news.ycombinator.com | 11 Jul 2023
    I'm a little 10 years out from writing C++ professionally and I found this cheat sheet[0] useful. Basically if you have an inkling of the concept you're looking for, just search on that cheat sheet to find the relevant new C++ thing. Specifically for me, we used Boost for smart pointers which are now part of the stdlib, and threads are now part of the stdlib as well.

    [0] https://github.com/AnthonyCalandra/modern-cpp-features

  • E-Book Kindle sau PDF (engleză) despre C++
    1 project | /r/programare | 8 Jul 2023
  • What proportion of C++ used more often than others?
    2 projects | /r/cpp | 20 May 2023
    A more productive way to go about it would be to ask "What are the features in each version of C++ past C++11 that I should care about the most?" instead. In that case you could take a look at things like https://github.com/AnthonyCalandra/modern-cpp-features and https://github.com/mortennobel/cpp-cheatsheet, see what appeals to you, ignore what does not.
  • What's the best book to learn C++?
    1 project | /r/cpp_questions | 16 May 2023
    Looks like there's a version history here
  • Extended C++ education for advanced/seasoned developers
    1 project | /r/cpp | 8 May 2023
    As someone suggested cppcon and c++ talks, also I would reccomend reading this: https://github.com/AnthonyCalandra/modern-cpp-features and all things in the papers section in this: https://en.cppreference.com/w/cpp/compiler_support
  • Brushing up
    1 project | /r/cpp_questions | 28 Apr 2023
  • What are some good books to learn more about the C++ ecosystem?
    1 project | /r/cpp_questions | 12 Apr 2023
    I've already done a bit of research which has led me to the The Definitive C++ Book Guide & List. From that, I've decided to go over The C++ Programming Language (4th Edition) to learn C++11 and then this GitHub repo to learn the remaining C++14/17/20 features.
  • Ask HN: Is C++ making a comeback? “modern C++” versus Golang/Rust/Zig/Nim?
    2 projects | news.ycombinator.com | 19 Feb 2023
    clickable:

    "Welcome back to C++ - Modern C++" https://learn.microsoft.com/en-us/cpp/cpp/welcome-back-to-cp...

    "21 New Features of Modern C++ to Use in Your Project" http://www.vishalchovatiya.com/21-new-features-of-modern-cpp...

    "What is modern C++"? https://www.reddit.com/r/cpp_questions/comments/tgs6ir/what_...

    "C++ is the next C++" https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p26...

    "modern c++ features" https://github.com/AnthonyCalandra/modern-cpp-features

    C++ 23 to introduce module support "https://www.infoworld.com/article/3662808/c-plus-plus-23-to-..."

    "C++ 2023" https://en.wikipedia.org/wiki/C%2B%2B23

  • Functie ca valoare intr-un map
    1 project | /r/programare | 12 Feb 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 23 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic modern-cpp-features repo stats
47
20,206
6.4
5 months ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Python is
the 2nd most popular programming language
based on number of references?