类定义包含vecot<类>对象

#include "stdafx.h"
#include <vector>
using namespace std;
class ControlPosition
{
public:
	int conbit;
private:
	vector<ControlPosition> m_Entites;
};
int _tmain(int argc, _TCHAR* argv[])
{
	return 0;
}

  

posted on 2019-07-25 17:39  lydstory  阅读(172)  评论(0)    收藏  举报

导航