User profile: sebbe605

User info
User name:sebbe605
Location:Sweden
History
Joined:
Number of posts:7
Latest posts:

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 operator
Do 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 operator
So im making a somewhat bigger project for a assignment in school and i'm wondering how i should go ...