Trying to get vectors working
I am trying to get vectors working with a class, but it doesn't want to compile. There are various other errors, but they seem related to this one. Using SFML.
That works now, thanks to
u9.
I am trying to get vectors working with a class, but it doesn't want to compile. There are various other errors, but they seem related to this one. Using SFML.
That works now, thanks to
u9.
To everyone else, the error was that std:: had to be written in front of vector<object>.