Skip to content

c++ program that takes user inputs and queries data from a text file

Notifications You must be signed in to change notification settings

PierreStephaneVoltaire/cplusplusAssignment1

Repository files navigation

cplusplusAssignment1

goals

develop a C++ solution to do the following:
      read all data from jump.txt;
      keeps the data into a vectorof classobjects;
      print outthe names,nationalities and the distances of the athletes who exceeded a distance given by the user

the file

The first line in the file contains titles and each other line in the file represents a data of an athlete so that white spaces separate the first name, last name, nationality, and the distance