Programming Project 3

In this programming assignment we will be focusing on writing and using functions along with practicing file i/o and using built-in libraries.

The individual programs are:

MoveMinMax

Practice writing functions for the files minmax.cpp and move.cpp provided in the cs23021examples repository. Instructions are inside each file.

FileIO

Practice file i/o using the file fileio.cpp provided in the cs23021examples repository. Instructions are inside the file.

RomanNums

This program is problem 7 on page 400. Your solution must use functions that you design and implement.

LetterCount

This program is problem 8 on page 563. Your program can accept the input data from the keyboard, but for extra credit you can implement your program to accept a run-time parameter of -f to indicate that the input is to be read from a file which should follow the -f as a parameter. If there is no -f the program should expect the input to come from the keyboard.

L. Gwenn Volkert / volkert@cs.kent.edu