Search:

Type: Posts; User: M.Richard Tober

Search: Search took 0.01 seconds.

  1. Thank you, this essay is a little above my...

    Thank you, this essay is a little above my experience, but I'm going chew over it - and try to bring it back around to my issues. Thank you for (what I consider) a vote of confidence in my ability to...
  2. Go easy on me, but - virtual void...

    Go easy on me, but -

    virtual void Update() {};
    Is from Entity::Actor (actor.h), the parent class.

    In Actor::Player (player.h) it becomes:

    virtual void Update(Actor &Player);...
  3. I gave it a go and got... ...

    I gave it a go and got...


    /storage/Projects/Recent/Refactored Game/src/main.cpp|159|error: no matching function for call to 'Actor::Update(std::vector<Actor*>::iterator&)’|

    Now, reading the...
  4. Problem using a vector iterator in a loop.

    The two vectors contain pointers of base class actor, which are used to point to members of two derived classes (player and enemy) and polymorphically call the Update function from the current Enemy,...
Results 1 to 4 of 4