Hi there, I've been writing in c++ for a little while now and am starting to feel more confident, I've noticed a possible error in a game I've been making, it is that when the player is inputting a character name, it is a possibility that they may put in spaces, now if you use string or char type variables they will not allow you to do this.
Is there a way to use a variable that can handle spaces as well as text? Or even a universal variable (you never know : ) )
any help appreciated
Dan