Is it better to have all the private members, then all the protected ones, then all the public ones? Or the reverse? Or should there be multiple private, protected and pub
I tend to follow the POCO C++ Coding Style Guide.