Est-ce votre entreprise ?
1. what is the difference between structures and classes in cpp
Utilisateur anonyme
there is no difference except classes have all its members and functions as private by default whereas structures have its data public by default.