The RX600 HEW IDE supports a C++ capable compiler. I would like to use C++ for some simple C++ objects. Nothing major like design patterns, but I can use some concepts.
I'll probably configure the app with no std_exceptions and no stream IO (it looked a bit code heavy in my initial test)
The question is, can I use embOS seamlessly in a C++ build environment, or will I have to provide wrappers for everything?
Will I need a source distribution or just a binary?
I'll probably configure the app with no std_exceptions and no stream IO (it looked a bit code heavy in my initial test)
The question is, can I use embOS seamlessly in a C++ build environment, or will I have to provide wrappers for everything?
Will I need a source distribution or just a binary?