Forum Discussion
Altera_Forum
Honored Contributor
20 years agoC++ supporting
Hello forum
I m looking for hard R.T O.S for NIOSII that supports C++ (namespaces,templates,init global constractors, poratable C libraries etc..). Is anyone works on NIOSII /microC/OSII platform with C++ ? Are there some limitiations and C++ issues that not supported ?1 Reply
- Altera_Forum
Honored Contributor
Hi
we are using C++ and MicroC/OS-II. We wrote a Class for Tasks to make taskhandling easier. In other functions were are using the OS functions with out problems from c++ and c. What we did not use were special names space and so in regards of the OS. It is not required for our application. Karsten