Classes vs Structures

Hey I am just a beginner in C++, though i have a little experience with C.
Is the only difference between classes and structures is regarding default access specifier? Are there no other differences. If no, then can structures also help in re usability of code as classes do..?
1. Yes.
2. Yes, but don't unless you have a good reason to.
Topic archived. No new replies allowed.