View Single Post
Old 12-07-2004, 07:05 AM   #3 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Red, when do you stop mixing std C++ with C?
Code:
cin.getline(name);
to
Code:
getline(cin, name);
__________________
Valmont is offline   Reply With Quote