C++: Segmentation fault – Calling function through std::vector<> using a virtual function and abstract class – Debian
This may be a total obvious error for some, but I can't seem to find out why this segmentation fault happens. I do understand that segmentation faults occur when accessing an address that my program should not access. First, I…