Forum Discussion
Altera_Forum
Honored Contributor
20 years agoC++ classes...
Hey Guys, is it possible to do object oriented programming in NIOSII? when I define a simple class in a .h or .hpp file, I get syntax errors all over the place.... I even get errors...
Altera_Forum
Honored Contributor
20 years agoHi,
That is not the problem... I am having trouble declaring my own classes... I want to be able to declare a really simple class... however, in order to declare a class, I need to include iostream and this I cannot do properly.... if there is anyone out there that has been able to run a very simple c++ program, please please explain how you can include iostream...# include <iostream> does not work... thanks, [email protected]