Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski 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