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:31
Latest posts:

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,...

Can not get prime function to work..help please
because first factor is 2 and 2 is not smaller than 4/2, fix: [code]for(i = FIRST_FACTOR; i <= numbe...