Difference between revisions of "Best Practices"

From CDOT Wiki
Jump to: navigation, search
(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 12: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>