Error unknown type vertices?? last few lines[code] #include <GL/glew.h> #include <GL/glut.h> #include <stdlib.h> #include <stdio.h> #include <ma...
Probably a stupid mistake but I can't find itAs it turns out there's more than 1 stupid mistake. brake(). Thanks anyway.
Probably a stupid mistake but I can't find it#include <iostream> class Tricycle { public: Tricycle(int initialAge); ~Tricycle(); int getSpe...
Please help me check what's wrongThank you for all your input. I've solved the problem
Please help me check what's wrong#include <iostream> class Tricycle { public: int getSpeed(); void setSpeed(int speed); void pe...
This user does not accept Private Messages