you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 2 years ago (2 children)

That doesn’t really surprise me, as most of those are the same requirements from any embedded development use case using c++ that I’ve worked on

4 and 5 are the only ones stricter than I’m used to

  • source
  • parent
  • hideshow 4 child comments
  • [–] 5 points 2 years ago

    I've only worked on a few embedded systems where C++ was even an option, but they allowed 2, 4, 5, and 7. Though, for the most part most classes were simple interfaces to some sort of SPI/I2C/CAN/EtherCAT device, most of which were singletons.

  • source
  • parent