|
Re: define a new class(C++)
i didnt put those lines
#ifndef CAMERA_H
#define CAMERA_H
and the #endif..
what is this macro? or its not macro?
and why in the OperatorControl you access you class by typing
Camera c();
and not
Camera *c;
c = new Camera();
?
|