Recent content by tawaddud

  1. T

    Write a C++ program to help the Administration of a football league to manipulate the list of players registered in different

    When the 'Add Player' operation is selected, the main function will ask the user to provide all the information of the new player, then it calls a user-defined function named addPlayer(...) to add the player to the file. Before the record is added to the file, two things must be checked: o The...