Write compile and run a program
Write, compile and run a program that works some of the functionality provided by the C++map container. Read data from a file into your map and produce various outcomes listed below via various user-defined methods. Use a menu for user friendliness. The file spec includes for each record a last name followed by a first name for each names. Each row value will thus serve […]