C++/Przeciążanie operatorów: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
"</source" na "</source>"
Linia 177:
int & operator[](int el) {return Tab[el];}
const int & operator[](int el) const {return Tab[el];}
</source>
 
oraz testową funkcję main