Programming Project 4

In this programming assignment we will be focusing on using arrays, strings and vectors. You can earn extra-credit points if you complete these programs using separate compilation (i.e.Makefiles).

The individual programs are:

LetterCountTwo

This program is problem 2 on page 612.

FormatName

This program is problem 4 on page 613.

SortInts

This program is problem 8 on page 614.

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