Error C2447: ‘{‘ : missing function header (old-style formal list?)?
Ive merely started publishing a computer code and ive encounter this miscalculation.my rule is seeing that follows #include “stdafx.h” #include implementing namespace std; int CreateBook (char szNameOfBook, char szAuthor, char szDateOfPublish); int RemoveBook(char szNameOfBook, char szAuthor, char szDateOfPublish); int menu(); int Welcome_screen(); int _tmain(int argc, _TCHAR* argv) int Welcome_screen(); int …