구성원 변수 초기화 - 배열

10152 단어 구성원 변수
static   class Robot{ staticint posLShd[5];//.. }; intRobot::posLShd[5]={250,330,512,600,680};// in .cpp file C++yuyan zai           zeyiu zuoe bha 
classRobot{ private: int posLShd[5]; staticint posLArm[5];// . .public:Robot(): posLShd{250,330,512,600,680}// only C++0x {} ~Robot(); };

좋은 웹페이지 즐겨찾기