Computer Science Using C++
Ch. 18 Programming Assignment
Write a program that loads an apvector of apstrings with names
of movies (at least 15) from a sequential access data file. The program
should allow the user to enter a name of a movie and then perform a sequential
(aka linear) search to find the movie you entered. The program must be case-insensitive
and tell the user whether the movie is included in the data file or not.
Your program must follow the Wyo Area
Comp Sci Documentation & Coding Standards. You must submit the printout
of the source file. Name the source file "Project_18_1.cpp" so that the
instructor can locate in your network folder. Also, save your sequential
access data file in the same folder as your source file so that the instructor
can successfully execute the program. Submit a hardcopy printout of the
sequential access data file with your source file as well.
Computer Science Using C++ Home Page | Mr. Minich's Wyo Home Page