I noticed in some code from other C ++ programmers that use functions like:
bool CClass::isRunning() const
{
return this->_running;
}
I understand that in this way it is not possible to modify any member of the class, only serves for...
asked by
16.01.2017 / 20:11