include 선언
define 정의
typedef 정의
using 정의

 
Class Name{
<멤버 변수, 멤버 함수 선언 부>
private:
public:
생성자, 소멸자
<구현부>
};