User: theanne

  • Public profile

User profile: theanne

User info
User name:theanne
History
Joined:
Number of posts:6
Latest posts:

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 working
perhaps u can add default:break; //before this line } //end switch statement and change your i...

This user does not accept Private Messages