User: zxcvbnm123

  • Public profile

User profile: zxcvbnm123

User info
User name:zxcvbnm123
History
Joined:
Number of posts:10
Latest posts:

getting keyspace in between objects numbers that store in vectors or maps
i 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 function
main.cpp [code]Person per[100]; int favNumber[10]; for (int i = 0; i < 3; i++) { cout << "ente...

constructing objects with many points
then 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 points
Shape.h [code]class Shape { private: string name; public: Shape(name); string getName(); ...

cin validation help
i 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