OOP-in-C
modern-cpp-features
Our great sponsors
OOP-in-C | modern-cpp-features | |
---|---|---|
2 | 36 | |
80 | 15,505 | |
- | - | |
4.2 | 2.3 | |
4 months ago | 3 months ago | |
C | Python | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OOP-in-C
-
path of learning the arm cortex-m embedded c programming?
There is also a small OOP-in-C project (Object-Oriented Programming in C) introduced in the segment about Object-Oriented Programming. This project is also available on GitHub in the OOP-in-C repository.
-
Ask HN: What are relevant books as of C++20?
> "... my coding in C++ still feels like doing C with classes and some STL containers like 2005. I want to progress from this state. ..."
What's wrong with these?:
- C++: The Core Language by Gregory Satir and Doug Brown
- https://github.com/QuantumLeaps/OOP-in-C
- C++ Concurrency in Action
- C++ Templates the Complete Guide 2e
The first is particularly geared towards C programmers, and I prefer the second one to "Inside the C++ Object Model". (There's also another popular book by a German author who covers OOP in C.)
For the time being, I will be an "opportunist" who is waiting for the right time to switch to another language[1] - Rust:
"To me using C++ means you are ready to give up a lot of time and energy in order to gain a complete control over certain aspects of your program. I was very much into that at the start of my career and gradually started drifting away to more immediate productivity while reserving the right to poke under the hood when necessary. This has led me to Rust and I find it to be the better natively compiled strongly & statically typed language, but YMMV of course."
(No, the concepts I learn in C++11 and beyond won't go into waste even when C++ becomes less and less relevant in a couple of decades.)
modern-cpp-features
-
Not young programmer wants to find source to liquidate gap in modern C++ knowledge.
I like this summary of features from C++11 to 20: https://github.com/AnthonyCalandra/modern-cpp-features
-
Ask HN: What are great resources to catch up C++?
seriously, don't bother with c++. it will become irrelevant eventually.
but if you choose to ignore my advice, check[0] these[1]
-
C++23: std:out_ptr and std:inout_ptr
This repo has a concise summary of new features, if that is the sort of thing you are looking for: https://github.com/AnthonyCalandra/modern-cpp-features
-
Ask HN: Where can I find C++ by Example?
https://github.com/AnthonyCalandra/modern-cpp-features
-
Google: C++20, How Hard Could It Be
I would suggest to go through https://github.com/AnthonyCalandra/modern-cpp-features; it's quite clean.
- Ask HN: Does anyone have a great public domain list of programming books?
-
Ask HN: Learn C++11 or Rust in 2022?
TLDR; Learn both and choose the right tool for the right job.
Now, for C++ I can share some links I personally follow:
https://github.com/AnthonyCalandra/modern-cpp-features
-
Nice but not so well-known features of modern C++
See: https://github.com/AnthonyCalandra/modern-cpp-features
- Not-a-Linux distro review: SerenityOS is a Unix-y love letter to the ‘90s
- Before and after version X
What are some alternatives?
serenity - The Serenity Operating System 🐞
vim-cpp-modern - Extended Vim syntax highlighting for C and C++ (C++11/14/17/20/23)
MiROS - MiROS (Minimal Real-Time Operating System) for ARM Cortex-M
modern-embedded-programming-course - Companion repository to the "Modern Embedded Systems Programming" video course.
doctest - The fastest feature-rich C++11/14/17/20 single-header testing framework
Thrust - The C++ parallel algorithms library.
cpp20_in_TTs - C++20 features described in Before/After tables ("Tony Tables")
functools - Functional tools in Go 1.18 using newly introduced generics
Modern-CPP-Programming - Modern C++ Programming Course (C++11/14/17/20)
cppinsights - C++ Insights - See your source code with the eyes of a compiler
cppfront - A personal experimental C++ Syntax 2 -> Syntax 1 compiler