Question: Write a code in C++ please 1. We create a seperated data.txt file that contains people information of birthday 2. ( Using ifstream infile )

Write a code in C++ please
1. We create a seperated data.txt file that contains people information of birthday
Write a code in C++ please 1. We create a seperated data.txt
2. ( Using ifstream infile ) Read the file name: data.txt to output the rearrange people who born in January, February, and March
file that contains people information of birthday 2. ( Using ifstream infile
Requirement:
Start writing the code with two structs right here
) Read the file name: data.txt to output the rearrange people who
Create 3 dynamically arrays to count people who born in Jan,Feb, Mar.
Use pointer as much as possible.

Alice 325 Paul 210 Cindy 17 Robert 18 Ruth 310 Ern 311 Tammy 219 Jenny 212 Amy 21 Kelly 27 Hailey 33 Jake 222 Sandy 223 Chris 319 Angel 39 Sue 225 Jessica 325 Michelle 125 Tory 130 Stella 127 Diana 35 Tom 32 roblem 1. struct birthday f string name; int day; Create a data structure from the file as follows. }; struct month f string month; birthday * bday; 3

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!