Moving some code from Python to C++.
BASEPAIRS = { \"T\": \"A\", \"A\": \"T\", \"G\": \"C\", \"C\": \"G\" }
Thinking maps might be overkill? W
You can use the following syntax:
#include std::map my_map = { { 'A', '1' }, { 'B', '2' }, { 'C', '3' } };