There are tutorials on classes here at cplusplus:
http://www.cplusplus.com/doc/tutorial/classes/
Another site with tutorials on classes:
http://www.learncpp.com/cpp-tutorial/81-welcome-to-object-oriented-programming/
I recommend you go through both tutorials from the start, not just start with classes. A lot of concepts needed to understand classes are introduced earlier.