Hi!
I'm new to this forum and joined as i had some doubts regarding c++. I've been studying c++ at school for about 8 months now and now we've been given a project to complete.
Here's the topic:
http://www.cbse-sample-papers.blogspot.com/2008/09/computer-science-project-c-class-xii.html
I've decided to make a Manager mode sort of a program for one of the English Premier League sides.
Our teacher has not taught us a few things, so i need some help. I haven't started with my project as i have some queries i need cleared first.
1)i wanted to create a welcome screen. can i put a photo in it. if so, what is the function and header file i have to use?
2)Since its a manager mode sort of a program, i'll have to update the file week by week. So, i would need an iteration statement for incrementing the weeks. But suppose if the user wants to save the game halfway through, how do i re-start the game from the point he saved it at?
Example the for loop was broken at 20 instead of the default 52, how do i start the loop again from 20 to 52? It would matter since each week, there will be a different opponent.
3)During simulation of games, i'm planning to give each team a different skill level. So, i'll have to randomise the scoreline based on that skill level. Also, i have to randomise the scorer. How would i go about that. (I don't know anything about generating a random number, but i think there is such a function?)
I understand if you don't understand the program now, i will put up some codes in a couple of days time.
Thanks in advance.