Cant initialize a class object in main.cppOk I believe I have found what the problem is I cannot use the name Polygon, i thinks this is becau...
Cant initialize a class object in main.cppI do also get two warnings on the same line, although these are not errors. ...\Main.cpp|20|error: ...
Cant initialize a class object in main.cppWell my project files contain lots of code that I dont use so I'll post the essential [code] //thi...
Cant initialize a class object in main.cpp[code] class Polygon { public: sf::Vector2f velocity; sf::Shape polygon; float mass;...
Cant initialize a class object in main.cppBut it's really strange because this line doesnt give any errors [code] int main() { Polygon; ... }...
This user does not accept Private Messages