Re: Design of my project

2018-06-14 Thread ftg
Hello, thanks for this nice answer I didn't see at first (I have parallely asked again in the list, sorry about the inconvenience). I will read deeply your proposal I will come bakc with my quesitons if any ;) Thanks! June 14 2018 12:37 AM, "Cameron Simpson" wrote: > On 13Jun2018 15:23,

Re: Design of my project

2018-06-13 Thread Cameron Simpson
On 13Jun2018 15:23, Fabien LUCE wrote: Here is a small picture of my project. I'd like to fetch several datas from a website representing races results. Each line of the result contains rank, runner's name and other attributes of the runner (like club etc...). For now I have created 2 classes

Design of my project

2018-06-13 Thread Fabien LUCE
Hello everyone, Here is a small picture of my project. I'd like to fetch several datas from a website representing races results. Each line of the result contains rank, runner's name and other attributes of the runner (like club etc...). For now I have created 2 classes (Race and Runner).