Open main menu

CDOT Wiki β

Changes

Best Practices

1 byte added, 10:33, 17 January 2015
Using Modern C++
* Use std::vector instead of a dynamic array (#include <vector>)
* Use std::string instead of char* arrays (#include <string>)