Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I write code in C++ for MMLite, and if so, what is entailed?

code entailed mmlite write
0
Posted

Can I write code in C++ for MMLite, and if so, what is entailed?

0

MMLite supports a subset of C++ called Embedded C++. Some C++ examples ship with the product. Embedded C++ supports many C++ features but does not support exception handling or run-time type identification. To this end, MMLite provides some (but not all) of the supporting runtime functions required by the various C++ compilers. If you wish to make use of the unsupported features you will just have to (re) implement the runtime functions yourself. This is not hard, but takes up code space.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123