Quote Originally Posted by franco.amato View Post
Why does exist in C++ the struct if it has no difference with a class?
So that you can take C code and compile it with a C++ compiler retaining the same functionality as if you compiled it with a C compiler.