文件名称:lab10
介绍说明--下载内容均来自于网络,请自行研究使用
美国大学C++课程最后一次作业,完成读取csv文件,导入学生成绩,进行拍算-Lab Ten
Gradebook
Due Date
Wednesday, May 11, 2011 by 1:00 pm
Objectives
Gain experience parsing CSV files.
Practice working with file input.
Practice working with one and two dimensional arrays.
Further practice with top town design and functions.
Further practice with formatting output.
Descr iption
A common approach to storing tabular data is to write the data as comma separated values (CSV). This format is so common that all spreadsheet programs, including Google Docs, Excel, and Numbers all support importing from and exporting to CSV files. In this format, each line of data represents a single record or row in the table. For this assignment, you will perform the very practical task of parsing a CSV file and cleanly presenting the data along with some summary statistics.
The program will parse a CSV file that is provided by the user. The file will be composed of rows that begin with the student s name, and are followed by his/her exam scores. Each student s name an
Gradebook
Due Date
Wednesday, May 11, 2011 by 1:00 pm
Objectives
Gain experience parsing CSV files.
Practice working with file input.
Practice working with one and two dimensional arrays.
Further practice with top town design and functions.
Further practice with formatting output.
Descr iption
A common approach to storing tabular data is to write the data as comma separated values (CSV). This format is so common that all spreadsheet programs, including Google Docs, Excel, and Numbers all support importing from and exporting to CSV files. In this format, each line of data represents a single record or row in the table. For this assignment, you will perform the very practical task of parsing a CSV file and cleanly presenting the data along with some summary statistics.
The program will parse a CSV file that is provided by the user. The file will be composed of rows that begin with the student s name, and are followed by his/her exam scores. Each student s name an
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lab10.cpp