Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

C++ 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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