Difference between revisions of "Best Practices"
(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>') |
(No difference)
|
Revision as of 11:35, 5 December 2014
Best Practices for OOP345
- Use std::vector instead of a dynamic array (#include <vector>)
- Use std::string instead of char* arrays (#include <string>