Hi! I have this kind of problem: My program should work like this:
1.Input the number of points that you want to create.
2.For each point write these:
name,x-position, y-position
3.Program should count the length from point to origin(0,0), it is counting in function Leng()
4.All parameters are saving in object abc
5.And when i want to create the table of object i get error: " no default constructor exist for Klasa"
Can someone can show me how to solve this problem and tell me what i have to do, to write on my console window all parameters of each point?