Hello,

I have read the getting started guide.
My idea is now to make a programm which do this.

A user can input a game. Home team - Away team and the end -score of the game.
This will be stored in a database.

When the user wants the programm makes a ranking of the teams.

I think the game is stored in a text-file.

Now my question :

It is possible to read the database one for one and puts the data in a struct.
And can I check if a team is already present in the struct.

Roelof