CSCI 1730
Lab2: C++, "Hands-on"
Tutorials on Editors:
- Unix commands:
- VI:
- emacs:
Programming Assignment:
See the class elc page to find the assignment associated with Lab 2.
- In "Course Content", see the project description (SP02-Cpp Hands On) for students in lab period 6 and (PP02-Cpp Hands On) for students in periods 5 and 7.
- Also, be sure to see the "Code Skeleton" folder, which contains code some initial sample code for the project.
- Finally, we've added some notes on using cin.fail() and cin.ignore() to help with input validation.