Example #1
0
int main() 
{
	_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);

	Book MainBook;
	MainBook.Menu();

	return(0);
}