Closed LaraMo closed 1 year ago
For getter and setters, no comment is needed, but have the proper naming. Have the following format:
/** * This method returns number of .... */ void getNumberOfPeople();
[x] Correct copy constructor, assignment operator, and stream insertion operator
[x] Make sure new pointer pointers point at proper memory loction
[x] Make order list a vector
vector
All done! See Branch order-execution-implementation
For getter and setters, no comment is needed, but have the proper naming. Have the following format:
[x] Correct copy constructor, assignment operator, and stream insertion operator
[x] Make sure new pointer pointers point at proper memory loction
[x] Make order list a
vector