1.Accept a command line argument which is the purchase data file in the following format: Here is an example of the data file: Num_purchase(int) symbol (string) price(double) FILE FOR INPUT: TC 30.13 200 CSCO 24.00 50 IBM 130.00 100 AAPL 94.28 Define a new C++ "Stock" class that manages a stock price, number of share and stock symbol, must be in private Store data from file into vector NUM, SYMBOL,PRICE DISPLAY all data in the following format: Num_purchase, symbol, price, total(total is caculate by mutiply Num-purchase with price). amount>= : display all data have a total >= the given total create function name Find so that you can find : display all purchase only for that symbol

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter12: Adding Functionality To Your Classes
Section12.2: Providing Class Conversion Capabilities
Problem 2E
icon
Related questions
Topic Video
Question
C++
1.Accept a command line argument which is the purchase data file in the following format: Here is an example of the data file:
Num_purchase(int)
symbol (string) price(double)
FILE FOR INPUT.
TC 30.13
200 CSCO 24.00
50 IBM 130.00
100 AAPL 94.28
Define a new C++ "Stock" class that manages a stock price, number of share and stock symbol, must be in private
Store data from file into vector NUM, SYMBOL,PRICE
DISPLAY all data in the following format: Num_purchase, symbol, price, total(total is caculate by mutiply Num-purchase with price).
amount>= <total>: display all data have a total >= the given total
create function name Find so that you can find <stock-symbol>: display all purchase only for that symbol
Transcribed Image Text:C++ 1.Accept a command line argument which is the purchase data file in the following format: Here is an example of the data file: Num_purchase(int) symbol (string) price(double) FILE FOR INPUT. TC 30.13 200 CSCO 24.00 50 IBM 130.00 100 AAPL 94.28 Define a new C++ "Stock" class that manages a stock price, number of share and stock symbol, must be in private Store data from file into vector NUM, SYMBOL,PRICE DISPLAY all data in the following format: Num_purchase, symbol, price, total(total is caculate by mutiply Num-purchase with price). amount>= <total>: display all data have a total >= the given total create function name Find so that you can find <stock-symbol>: display all purchase only for that symbol
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning