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 Meindert

  1. Meindert

    Run-time error...pls help me to solve it!

    I got the run-time error but i dont know how to solve it...please help me, Thanks! //This is my driver class which used to run my program #include <iostream.h> #include &quot;Draw.h&quot; void main() { Position p[3]; p[0] = Position (0.0f, 1.0f, -6.0f); p[1] = Position (-1.0f, -1.0f...
  2. Meindert

    Inheritance Constructor Problem

    Here is my super class: #ifndef OPENGLSCENE_H #define OPENGLSCENE_H #include <windows.h> #include <gl\gl.h> #include <gl\glu.h> #include <gl\glaux.h> #include &quot;Globals.h&quot; #include &quot;Triangle.h&quot; #define TRUE 1 #define FALSE 0 class OpenGLScene { HGLRC hRC; HWND hWnd...

Part and Inventory Search