hi can anyone solve this errors?
code
Code:class defGeomtry:public defFile{ public: std::map<std::string, tag_t> objectNameTag; void populateGeometry(void); static tag_t createSplineThruPoints(struct Section); static struct SectionformSection(struct Section Section1,struct Section Section2); static struct SectionxtractPoints(struct Section Section1,int FromPoint, int ToPoint); };
errrors:
1>d:\backup_qi-287\geconfidential\rajesh\hitachi_runner_blade\cod e_runner_blade\runner_blde\runner_blde\defgeometry .h(38) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int1>d:\backup_qi-287\geconfidential\rajesh\hitachi_runner_blade\cod e_runner_blade\runner_blde\runner_blde\defgeometry .h(38) : warning C4183: 'SectionformSection': missing return type; assumed to be a member function returning 'int'
1>d:\backup_qi-287\geconfidential\rajesh\hitachi_runner_blade\cod e_runner_blade\runner_blde\runner_blde\defgeometry .h(40) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\backup_qi-287\geconfidential\rajesh\hitachi_runner_blade\cod e_runner_blade\runner_blde\runner_blde\defgeometry .h(40) : warning C4183: 'SectionxtractPoints': missing return type; assumed to be a member function returning 'int'



LinkBack URL
About LinkBacks



