getting keyspace in between objects numbers that store in vectors or mapsi have a fix number of vectors object to store. Each have a private variable key number in it. lets ...
array reference or pointers for get set functionmain.cpp [code]Person per[100]; int favNumber[10]; for (int i = 0; i < 3; i++) { cout << "ente...
constructing objects with many pointsthen how should i construct it? i need to have 3 arrays of x and y in 1 instance of object triangle
constructing objects with many pointsShape.h [code]class Shape { private: string name; public: Shape(name); string getName(); ...
cin validation helpi know how to use 'do while loop' to validate cin input for integer or string input. but i have many...
This user does not accept Private Messages