>>//i want to call "displayReport" function i don't know how to do it
First you have to create an object of the class you want to use, then you can call its method(s). I don't see that function doing anything except displaying a welcome message.
GBook book;
book.displayReport();