ex02 fixed

This commit is contained in:
Angel Ortigosa Perez
2026-04-08 20:51:29 +02:00
parent ceae775295
commit 317ecbc1f9
3 changed files with 46 additions and 47 deletions

View File

@@ -31,7 +31,7 @@ class Array
~Array();
Array(unsigned int n);
T &operator[](unsigned int n);
T &operator[](int n);
unsigned int size() const;
};