Should I think about Github?GitHub is a great place to learn programming. https://github.com/teeworlds/teeworlds is my home page...
Class helpI have a suggestion for you, go to sfml-dev.org, see the documentation. Take a look at the Drawable ...
Class helpEvery class with at least one pure virtual function is an abstract base class(i.e you can not make a...
Class help[code] class Ravager: public BaseMech { public: explicit Ravager(Super h = 10000, size_t...
Class helpthat's ok but there are two problems: 1) you still don't have virtual destructor in your base class,...