+ 1
file processing. files and classes
An entry named PRICE containing the following fields is specified ā¢Name of the product; ā¢Name of the store in which the goods are sold; ā¢The cost of goods in dollars. Write a program that does the following: ā¢Enter data from the keyboard consisting of 8 PRICE-type elements and store them in a data file; ā¢Reading data from a file and displaying them on the screen; ā¢Display information about the product, the name of which was entered from the keyboard; ā¢The list should be sorted alphabetically by product name
3 Answers
+ 1
what language ?
0
no difference, but it will be nice if you write on C++
0
In not familiar with c++ file io.
I would google "c++ file io classes"