Okay so I have a project where we need to have a list of clients for a consulting firm: For Client and Business Type Acme Construction, Machinery design, Johnson Electrical, Switch manufacturing, Brown Heating and cooling, Boiler design, Smith Switches, Switch manufacturing Jones Computers, Computer sales, Williams Cleaning Equipment Machinery. sales To keep track of your clients in an orderly manner, you need a program that can arrange them alphabetically by name or by business type. Write such a program using a bubble sort.
The input specifications are to: 1) Read the client and business from a file 2) Read the requirement of sorting according to name or business from the keyboard. The output specification is to put the arranged list into an output file.
Using Microsoft Visual to do the program. I get an error that the system cannot find the file specified. I added the input.txt in the file, what did I do wrong?