On Thursday, September 01, 2011 16:26 Marco Leise wrote: > C++ has an easy position because it handles structs almost like classes. > The only difference I notice is that everything is public by default in a > struct.
That _is_ the only difference between structs and classes in C++. - Jonathan M Davis
