+ 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"