Linker ErrorsYeah, something like that. I called (explicitly) the default constructors which were declared but no...
Linker ErrorsI'm sorry I wasn't clear. What I wrote above isn't the actual whole code, just the really important ...
Linker ErrorsHi, I'm trying to create a snake game. For that I created some classes (Coordinates, Snake and Board...
Pointer to the (current) last element of a vectorThanks, cire. I had already started using std::list, though. Problem is now solved!
Pointer to the (current) last element of a vectorThanks, tipaye, but no. *(vecA.back()) is not even accepted by the compiler [no operator "*" matches...