Cricket Simulation And Cricket Stadium Management System
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.
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.