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 agoHello,
Just one more question. to enable the c++11 features, i added -std=c++11 in the linker flags, but when i use unscoped enums i get a warning: scoped enums only avaible with -std=c++11 or -std=gnu++11. I defined the enum in my headerfile: enum states : alt_u8 {....}; and there i get the warning. Is there an application note, where i can see what features are enabled?