User profile: SrKiT

User info
User name:SrKiT
Name:Luis Costa
Location:Porto
History
Joined:
Number of posts:10
Latest posts:

Linker Errors
Yeah, something like that. I called (explicitly) the default constructors which were declared but no...

Linker Errors
I'm sorry I wasn't clear. What I wrote above isn't the actual whole code, just the really important ...

Linker Errors
Hi, 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 vector
Thanks, cire. I had already started using std::list, though. Problem is now solved!

Pointer to the (current) last element of a vector
Thanks, tipaye, but no. *(vecA.back()) is not even accepted by the compiler [no operator "*" matches...