C++ code explorer shows initializer as operation.
class C {
C (int n);
int nr;
};
C::C (int n) :
nr(n) { }
--
<http://forum.pspad.com/read.php?6,54131,54214>
PSPad freeware editor http://www.pspad.com
C++ code explorer shows initializer as operation.
class C {
C (int n);
int nr;
};
C::C (int n) :
nr(n) { }
--
<http://forum.pspad.com/read.php?6,54131,54214>
PSPad freeware editor http://www.pspad.com