/Cricket-Man-Sim

Cricket Simulation And Cricket Stadium Managment System

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Cricket-Man-Sim

Cricket Simulation And Cricket Stadium Management System

ScreenShots:

Match Started

Match Concluded

This Project Used Template Classes.

The implementation of template classes are inside Templates folder.

During compilation templates should not be a part of the project file.

The header files of the Templates at the very end have a #include "NameOfClass.cpp" which makes the compiler able to understand how to compile when the datatype is unknown.

Note:

The executable file should be in a folder where it can access the Resources folder's contents. If you want to change it go to srcs/Stadium.cpp line 146. The function Store_Name_In_Queue has a file path:

MyFile.open("../Resources/Audiance-Data/"+GetFileName()+".txt",std::ios::in);//Read Mode

Change the file path to whatever you want.