User profile: bandicoot360

User info
User name:bandicoot360
Name:Arian
Statistical data
Birthdate:Dec 2, 1988
Gender:Male
Occupation:Student
Skills:C
C++
Assembly
Python
History
Joined:
Number of posts:32
Latest posts:

Should I think about Github?
GitHub is a great place to learn programming. https://github.com/teeworlds/teeworlds is my home page...

Class help
I have a suggestion for you, go to sfml-dev.org, see the documentation. Take a look at the Drawable ...

Class help
Every 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 help
that's ok but there are two problems: 1) you still don't have virtual destructor in your base class,...