C++ Win32 Console Tutorial 9 - getline() Function



The getline function will be used with cin and a variable to get input from the user. getline gets the whole line of input, including spaces.

Code Download
CPPW32T9.zip