Changes

Jump to: navigation, search

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>)

Navigation menu