#include "bookofarmaments.h"
[...]
// create the tome
theTome = new CBookofArmaments;
[...]// "Bring out the Holy Hand Grenade!"
// "How does it, uh...how does it work?"
// "I do not know, my liege."
// "Consult the Book of Armaments!"
// okay, now that we have a question...
theTome.consult(question);
The names of the object and question were