User: mowicz

  • Public profile

User profile: mowicz

User info
User name:mowicz
History
Joined:
Number of posts:13
Latest posts:

Tic Tac Toe error
[code]if(GridA[1] && GridA[2] && GridA[3] == 'X' || // Test to see if player 1 has won. ...

Vector, polymorphism and destructors.
Thanks a lot for your help Disch! Unfortunately I cannot use boost in this given task. So, if I wan...

Vector, polymorphism and destructors.
Hello there. I have a class which inherits from another one and a vector to store pointers to the ob...

Writing to/loading from a file (VECTOR).
Hi there. I have a vector [code]vector<Worker> workers;[/code] and a class [code] class Work...

Inheritance and "private within context"
Hi again. I am struggling with one thing right now. I wanna make 2 classes - worker and employee in...

This user does not accept Private Messages