Title:
Task2-professional--10211281--zly Download
Description: Description: In the title on the basis of a program to increase file storage and advanced search functions.
f) file access functions: the program starts from its own custom file reads all club records, and a variety of CRUD operations can automatically save the updated data.
g) Advanced Search function: for all the attributes of the players for conditional search, the search expression input approach used (expression support &&, | |,!, brackets, <, =,>), and can realize the players Name of fuzzy search (operator of ~), the output player details.
For example:
i. "Age is not more than 25 years and serving more than five years, or more than 100 goals a player," the query expression: (! (@ age> 25) && @ experience> 5) | | @ kick> 100
ii. "belong to the club A, B, all the players," the query expression: @ club = A | | @ club = B
iii. "abc name contains all the players," the query expression: @ name ~ abc
Requirements:
h) must be in the title up a code base modificatio
To Search:
File list (Check if you may need any files):
作业2(专业版)--10211281--张力元\AdminStuff.h
.................................\Club.cpp
.................................\Club.h
.................................\ClubManage.cpp
.................................\ClubManage.h
.................................\Origin.cpp
.................................\Origin.h
.................................\Player.cpp
.................................\Player.h
.................................\sdsa.txt
.................................\zhangliyuan.txt
.................................\zly.txt
.................................\zzzlllyyy.txt
.................................\足球俱乐部管理程序(专业版).cpp
.................................\足球俱乐部管理程序(专业版).exe
.................................\足球俱乐部管理程序(专业版).sdf
.................................\足球俱乐部管理程序(专业版).sln
.................................\足球俱乐部管理程序(专业版).suo
.................................\足球俱乐部管理程序(专业版).vcxproj
.................................\足球俱乐部管理程序(专业版).vcxproj.filters
.................................\足球俱乐部管理程序(专业版).vcxproj.user
作业2(专业版)--10211281--张力元