Program Loop ignoring cinbefore each use of cin, try the following: [code] if (!(cin)) cin.clear(); //... [/code] that'...
Using a function that is defined in another ClassYou don't really need the two colons before Object. [code] class Object { public: //... void Func...
Using a pointer to add an object to an arrayI would recommend a different method, maybe just an inline method or something. Destructors have spe...
Using a pointer to add an object to an arrayIf you use the same pointer to point to a new array with a new size, you lose the array you were ori...
signed register lengthx86 processors use a different set of instructions for operating on signed data vs operating on unsi...