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 "Draw.h"
void main() {
Position p[3];
p[0] = Position (0.0f, 1.0f, -6.0f);
p[1] = Position (-1.0f, -1.0f...