Learn the class syntax

Code:
class myClass
{
public:
     // here goes stuff that controls my data
private:
     // here goes my data
};