OOP-in-C Alternatives
Similar projects and alternatives to OOP-in-C
-
-
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.
-
-
modern-embedded-programming-course
Companion repository to the "Modern Embedded Systems Programming" video course.
OOP-in-C discussion
OOP-in-C reviews and mentions
-
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.)
[1] https://news.ycombinator.com/item?id=24805717
Stats
QuantumLeaps/OOP-in-C is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of OOP-in-C is C.