In C++, the only difference between a struct and a class is that struct members are public by default, and class members are private by default.
www.google.com.tw