Unknown solution to error[code] //in line 28 Point * point = createPoint(x, y, z); Points* points = readPoints(file_name); d...
Class Terminology question[code] class Animal { public: //virtual ~Animal(){} //... public: virtual void Eat()=0; //.. private...
issuse about “new vector”thx @MikeyBoy
issuse about “new vector”[code] class Example { public: void Push(string& roStr){m_oVecStr.push_back(roStr);} vector<str...
output from data file not workingperhaps u can add default:break; //before this line } //end switch statement and change your i...
This user does not accept Private Messages