C++ Win32 Console Tutorial 5 - User Input With cin

cin gets information from user input. cin is a object class of istream. When iostream is used, cin and cout are able to be used without the need to include both istream and ostream.

Code Download
CPPW32T5.zip