Forum Discussion
Altera_Forum
Honored Contributor
21 years agoC++ Application
I was hoping someone out there is using Standard C++ on the Nios II. I can compile, link, and add to the filesystem the following code: # include <stdio.h> // hello_nios.cpp int main(int argc...
Altera_Forum
Honored Contributor
21 years agoThanks a lot, Wentao, that worked.
I'm not sure if anyone really cares, but there is no mention in the Microtronix documentation that libstdc++ is not supported. This is a pretty big deal. The fact that large chunks of the C++ language are not supported should be explicitly noted. You pay for what you get I guess. Anyway, thanks a lot Wentao. At least I can write Object-Oriented C code. Better than nothing. Ryan