221
edits
Changes
Created page with '= Best Practices for OOP345 = * Use std::vector instead of a dynamic array (#include <vector>) * Use std::string instead of char* arrays (#include <string>'
= Best Practices for OOP345 =
* Use std::vector instead of a dynamic array (#include <vector>)
* Use std::string instead of char* arrays (#include <string>
* Use std::vector instead of a dynamic array (#include <vector>)
* Use std::string instead of char* arrays (#include <string>