Search:

Type: Posts; User: PurpleChershire

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,330

    Thank you! How would i resolve it?

    Thank you! How would i resolve it?
  2. Replies
    8
    Views
    1,330

    They're all defined in my GameStart() function,...

    They're all defined in my GameStart() function, i'm passing though the parameters inorder to use the selected character in the Second part of the story for a battle. That part works. I just can't...
  3. Replies
    8
    Views
    1,330

    Sorry i should have posted all the code ...

    Sorry i should have posted all the code


    #include <iostream>
    #include "mage.h"
    #include "Warrior.h"
    #include "Rogue.h"
    #include "CharacterType.h"
    #include <memory>
    #include <string>
  4. Replies
    8
    Views
    1,330

    Unresolved externals(??)

    I'm new to this site and C++ programming. I'm making a text adventure game and am trying to link together two different story paths (.cpp files). I have referenced them in a header in order to link...
Results 1 to 4 of 4