Forum Discussion
Altera_Forum
Honored Contributor
9 years agoc++ class memory consumption
Hello, I am trying to code with cpp and now i started a blank project with a NIOS II/f processor, connected to 16KB onchip RAM, created with QSYS in the NIOS II IDE. I took the generated .sop...
Altera_Forum
Honored Contributor
9 years agoDo you do anything special in the destructor? Isn't the default compiled destructor good enough for your class?
Do you have the same if you disable RTTI and/or exceptions? If it's still the original code you presented and you don't need anything more, I'd just use the default compiled destructor.