1
General / Handling time?
« on: October 18, 2010, 11:11:09 pm »
What you want to be looking at is threads.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I was going to recommend std::list instead of std::vector, but yeah.
Draw(shape)
shape.SetPosition()
Draw(shape)
shape.SetPosition()
Draw(shape)
Display()
Quote from: "doc"From the law's point of view there's no such thing as public domain.Wrong! The copyright holder can release their work into the public domain. There is nothing to prevent one from doing so.
Code: [Select]sf::Thread Thread(&Attacks[Index].Start_Animation());
However, I get the following error:Code: [Select]C:\Users\Steven\Desktop\RPG\PC.cpp|225|error: request for member `Start_Animation' in `((PC*)this)->PC::Attacks[((int)Index)]', which is of non-class type `Attack*'|
Thanks a lot, looking forward to seeing Cairo in SFML!