Classes are an absolutely fundamental concept in Object Oriented Programming. Any C++ or OOP textbook or tutorial should tell you what they are. For example, on this very site:
classes are usually declared outside of the main function, and they're similar to any data structures you've seen before, they contain data members and member functions.