Web Hosting Talk







View Full Version : Help with a C++ question


bigdavestar
09-06-2006, 07:29 PM
Hi everyone,

Would anyone be able to shed some light on this question? It's based around a popular football management game!

In the game there are various types of people – players, staff (manager/coaches etc), board members (owner/chairman etc) and officials. Some people have multiple roles, such as player-managers. Write basic C++ class declarations for the classes you would use to model this, giving examples of fields and accessors you would expect to see in each of the classes. Explain any key design decisions.

Many thanks in advance!

cywkevin
09-06-2006, 07:34 PM
people have names and they have abilities. Start with that. I'm sure they also have salaries and other features.

nnormal
09-07-2006, 04:06 PM
wow - you can tell school is back in session

Xeentech
09-07-2006, 04:49 PM
If you can't come up with some class definitions, I think you picked the wrong degree topic..

Computer Science Homework is a popular genre on rentacoder.com, try there.