Initializing Constructors I compiled and run your code. There's no runtime error; the problem is somewhere else.
Deque/Vector:push_back() memory leakThanks Helios, the problem is solved. Its a thread that manipulates the deque. I did not terminate ...
Initializing Constructors there's problem with members [code]Club::Club() { clubName = ""; numMembers = 0; members =...
Initializing Constructors when you have an idea compile it and if you find problems ask. What do you think ?
Initializing Constructors in the second constructor Club::Club(Club &c) you did not allocate memory for members
This user does not accept Private Messages