The student information is seperated by a comma and is in the following format : Name,Surname,Email,Age,StudentNumber Notice how the first line in the file contains a heading. This line should be ignored by your code when processing the file. You may not modify the Data.txt file. Write the code for the function named splitSingleStudent ( string[],string ). splitSingleStudent receives an array and a signle line from the file as parameter. The function then splits the line received from the file and loads the array parameter with the correct values. The array parameter should be loaded as follows : Index 1: Name Index 2 : Surname Index 3 : Email Index 4: Age In the main function open the file named Data.txt and read from the file the information for the first student only into the array named stdentDetAr. Make use of the function splitSingleStudent ( string[],string).

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Question 2
You have been provided with a QTCreator
project called Project13 _ Student. Open the
project in QTCreator and make the necessary
changes to the main.cpp file. You have been
provided with file named Data.txt. Data.txt
contains information about students. Each line
contains the information for one student.
Data.bt - Notepad
File Edit Format View Help
Name, Surname, Email,Age,StudentNumber
Tobias, Chambers,Tobia.CHAMB5651@mail2web.com,18,321068734
Santiago,Ortiz,Santiago.ORT7636@yahoo.com, 23,2560830790
Bristol, Ayers, Bristol.AYE5400@mail2web.com,29,0676653730
Annie, Kane, Annie. KAN3627@hushmail.com,19,0444202990
Rosemary, Bryant,Rosem.BRY8313@gmail.com, 20,785505493
Transcribed Image Text:Question 2 You have been provided with a QTCreator project called Project13 _ Student. Open the project in QTCreator and make the necessary changes to the main.cpp file. You have been provided with file named Data.txt. Data.txt contains information about students. Each line contains the information for one student. Data.bt - Notepad File Edit Format View Help Name, Surname, Email,Age,StudentNumber Tobias, Chambers,Tobia.CHAMB5651@mail2web.com,18,321068734 Santiago,Ortiz,Santiago.ORT7636@yahoo.com, 23,2560830790 Bristol, Ayers, Bristol.AYE5400@mail2web.com,29,0676653730 Annie, Kane, Annie. KAN3627@hushmail.com,19,0444202990 Rosemary, Bryant,Rosem.BRY8313@gmail.com, 20,785505493
The student information is seperated by a
comma and is in the following format :
Name,Surname,Email,Age,StudentNumber
Notice how the first line in the file contains a
heading. This line should be ignored by your
code when processing the file.
You may not modify the Data.txt file.
Write the code for the function named
splitSingleStudent ( string[],string ) .
splitSingleStudent receives an array and a
signle line from the file as parameter.
The function then splits the line received from
the file and loads the array parameter with
the correct values. The array parameter
should be loaded as follows :
Index 1: Name Index 2 : Surname Index 3 :
Email Index 4 : Age
In the main function open the file named
Data.txt and read from the file the information
for the first student only into the array named
stdentDetAr.
Make use of the function splitSingleStudent (
string(],string) .
Transcribed Image Text:The student information is seperated by a comma and is in the following format : Name,Surname,Email,Age,StudentNumber Notice how the first line in the file contains a heading. This line should be ignored by your code when processing the file. You may not modify the Data.txt file. Write the code for the function named splitSingleStudent ( string[],string ) . splitSingleStudent receives an array and a signle line from the file as parameter. The function then splits the line received from the file and loads the array parameter with the correct values. The array parameter should be loaded as follows : Index 1: Name Index 2 : Surname Index 3 : Email Index 4 : Age In the main function open the file named Data.txt and read from the file the information for the first student only into the array named stdentDetAr. Make use of the function splitSingleStudent ( string(],string) .
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Array
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
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education