file processing. files and classes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

25th Apr 2018, 3:36 AM
Cheerful dead man
Cheerful dead man - avatar
3 Answers
+ 1
what language ?
4th May 2018, 12:11 AM
John
John - avatar
0
no difference, but it will be nice if you write on C++
4th May 2018, 12:58 AM
Cheerful dead man
Cheerful dead man - avatar
0
In not familiar with c++ file io. I would google "c++ file io classes"
4th May 2018, 1:00 AM
John
John - avatar