- Open the code in your favorite editor. You'll probably want to have the corresponding Python code around to consult as well.
- Fill out the functions in localizer.cpp and helpers.cpp
NOTE - when compiling your code, make sure you use C++11. You can do this from the command line with the following:
g++ -std=c++11 tests.cpp
You should create a new project folder/directory to put the project code into. Inside that you should also create a maps directory.