+ 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 Réponses
+ 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"