Dude... If you change the "char name;" declaration in your code to "string name;" it will fix your problem.. A char is a single character... A char* is a pointer to a character string however, but it...