Beginners - August 2025

by Ganado
Access specifiers in nested class
 
This is probably a really basic question, but I'm confused by why this code compiles class Foo { public: Foo() : value(100) { } private: class...
[2 replies] Last: Thanks Peter. (by Ganado)
  Archived months: [jul2025]

This is an archived page. To post a new message, go to the current page.