Memory Leak Issues?I'm not expecting anyone to spend a lot of time, but I am running my program through something that ...
Pointers in CI have a pointer that points to an array of MenuItem object pointers that points to MenuItem Objects...
Method that returns Object pointerI have to use this header and I'm pretty sure it means that it returns a pointer to the object? H...
Using a constant class variableSomething like this? Table& Table::operator=(const Table &rhs) { Table(rhs.getId(),rhs.getSize...
Using a constant class variableI have this array of "Table" objects. Table tables[25]; Inside this object there is this constan...
This user does not accept Private Messages