Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by spectras

  1. spectras

    Inheritance Constructor Problem

    Err, well, I copy-pasted something too fast : The implementation of OpenGLScene::OpenGLScene(char* title, int width, int height, int bits, bool fullscreenflag) should do something usefull with the parameters, of course.
  2. spectras

    Inheritance Constructor Problem

    Depending on your design, you have to either create a default constructor for your mother class, or to pass parameters to the mother's constructor from the child class. Since "char* title, int width, int height, int bits, bool fullscreenflag" are parameters that the mother class deals...

Part and Inventory Search

Back
Top