- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
// MegaProject.h
#ifndef _MegaProject_
#define _MegaProject_
class MegaProject {
// Here will be some features
public:
// It needs an implementation
};
#endif
// MegaProject.cpp
#include "MegaProject.h"
// Please wait until it will be implemented itself
Давайте хотя бы "проверь" шутки правильно писать?