OOP-in-C VS modern-embedded-programming-course

Compare OOP-in-C vs modern-embedded-programming-course and see what are their differences.

OOP-in-C

Simple and efficient implementation of OOP in C suitable for real-time embedded systems. (by QuantumLeaps)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
OOP-in-C modern-embedded-programming-course
2 4
186 513
7.0% 9.9%
3.3 6.9
4 months ago 2 months ago
C C
MIT License GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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

Posts with mentions or reviews of OOP-in-C. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-05.
  • path of learning the arm cortex-m embedded c programming?
    3 projects | /r/embedded | 5 Jun 2021
    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?
    2 projects | news.ycombinator.com | 13 Feb 2021
    > "... 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

modern-embedded-programming-course

Posts with mentions or reviews of modern-embedded-programming-course. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-09.

What are some alternatives?

When comparing OOP-in-C and modern-embedded-programming-course you can also consider the following projects:

FreeRTOS-rust - Rust crate for FreeRTOS

arm-none-eabi-gcc-xpack - A binary distribution of the Arm Embedded GCC toolchain

nuclei-sdk - Nuclei RISC-V Software Development Kit

MiROS - MiROS (Minimal Real-Time Operating System) for ARM Cortex-M

nanopb - Protocol Buffers with small code size

qpc - QP/C Real-Time Embedded Framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines

Micro-XRCE-DDS-Client - Micro XRCE-DDS Client repository. Looking for commercial support? Contact [email protected]

uni - A mono-repo containing code I've written to educate myself. est. 2021. (public)

totalcross - TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.

QuarkTS - An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.

modern-cpp-features - A cheatsheet of modern C++ language and library features.