Simple question, Hard Awnser :
1) Seg is my class
class seg {
... nanan anan anan
}
2) i do
seg Dot[20];
i want to have 20 in a variable
i tryed [] overloading and didnt work
and constructor wont be usefull ( seg Dot[20] = {20,20,20,20,20, etc...})
so how coud i get the Bound of the...