Using #define and grabbing the information with a certain input[code] #include <iostream> #include <string.h> using namespace std; struct Minions { std::s...
Using #define and grabbing the information with a certain inputThanks so much(: It's hard getting past the first steps for me, but once I do I get rolling real fas...
Using #define and grabbing the information with a certain inputI have this [code] struct Minions { char Name; int Mana, Attack, Health; bool Taunt; } [...
Using #define and grabbing the information with a certain inputWith what I have so far, how would I code as to ask the user to input the the name of an item and ou...
This user does not accept Private Messages