Did you knew this is possible in C++? I didn’t.
void Fun()
{
class Local
{
//… member variables …
//… member functions …
};
// … code using Local …
}
This [...]
“The four magic constants of the apocalypse: Nothing, Null, Empty, and Error.” Verity Stob