Forum Discussion

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

Abstract Classes in Nios C++

Hello, I am trying to implement abstract classes using gnupro C++ for nios and cyclone. Comparing the results using inheritance - and doing wrong - and the virtual keyword - and doing righ...