16 new types may not be defined in a return type
16 two or more types in declaration of 'Datain'
16 prototype for 'SegReta SegReta Datain()' does not much any in class 'SegReta'
16 'SegReta SegReta Datain()' and 'void SegReta Datain()' cannot be overloaded
And as a general rule, try to make your code in english
Umm, code is code, not English. But forgiving laziness in the complaint, there is no need for people to write 'their code in English'. You should be able to understand. After all the programming language remains the same.
Thank you.
------------
But I'm still having a problem in the program.
The function properties.Distance(); isn't calculating the distance...
What's the problem there?
------------
I like to use the getch(); like the system("pause");.
Is it better use the last?
Umm, code is code, not English. But forgiving laziness in the complaint, there is no need for people to write 'their code in English'. You should be able to understand. After all the programming language remains the same.
I would have to disagree with this. The naming of variables and functions is very important so that we do not have to waste our time looking through the code to figure out what it's purpose is.
@Maerle:
1) It looks fine to me...maybe you just aren't printing it out?
2) Use std::cin.get(); instead of [/code]getch();[/code]. The former works on all systems.