Input and output
- Hello.cpp: basic output
- Greet.cpp: basic string input and output
- Greet2.cpp: basic string input and output
- CalcArea.cpp: basic numeric I/O with some calculations
- CalcArea2.cpp: basic numeric I/O with some calculations and output formatting
- SimpleIO1.cpp: simple input and output (cin, cout)
- DemoIO.cpp: simple input and output (cin, cout)
- testio0.cpp: basic cin functions
- testio1.cpp: formatted output using cout
- DemoFormattedIO1.cpp: basic output formatting
- DemoFormattedIO2.cpp: setting the fill character
- DemoEscapes.cpp: escape sequences
- testio2.cpp: data validation using if/else
- testio3.cpp: data validation using switch
- utils150.h: utility functions for a few common input tasks
- testutils.cpp: demonstrates usage of utils150.h file
- utils150.h (v 2): updated utility functions for a few common input tasks
- testfmt01.cpp: printf formatting demonstration