L
Luca Cerone
Dear all,
my class has to contain a vector of double that is common to all
the objects of that class, and can't be changed during the course
of execution.
As such I declare it as static const like this:
(in myClass.h)
class myClass{
public:
}
my class has to contain a vector of double that is common to all
the objects of that class, and can't be changed during the course
of execution.
As such I declare it as static const like this:
(in myClass.h)
class myClass{
public:
}