I need to use lists for my program and needed to decide if I use std::vector or std::list. The problem with vector is that there is no remove method and with list that there is
The obvious stuff has already been described in details:
But the methods you choose to implement??
You have to move all your template code into header.