Input to Array!I'm having some problems with Input to an array from a file. I think that i need to make a new array...
assignment operator@Computergeek01 Your right, the array is meant to have a fixed size so its better to have " Sport ...
assignment operatorDo you reckon this would work: [code] Competiror::Competiror(const Competiror &origObj) { this...
assignment operator[code] const int sportsSize = 3; class Competiror { private: Sport *sports[sportsSize]; string na...
assignment operatorSo im making a somewhat bigger project for a assignment in school and i'm wondering how i should go ...