Thread
:
Basic C++ functionality
View Single Post
12-07-2004, 07:05 AM
#
3
(
permalink
)
Valmont
[code][/code] enforcer
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Red, when do you stop mixing std C++ with C?
Code:
cin.getline(name);
to
Code:
getline(cin, name);
__________________
Valmont
View Public Profile
Find More Posts by Valmont