Hey
i am mainly a c++ programmer, i need to get used to this language. What i want to ask, what can i use to get input from the user, like i could with std::cin?
I want to put the info into a string.
typedef struct
{
int health;
int armor;
int attack;
STRING* name;
} CREATURE;
here is my struct. I would like to put the input into the instance of CREATURE called plr. so plr.name.