const pointer issueoh that actually worked, thanks. I think I was over-thinking it. and if you saw the entirety o...
const pointer issue[CODE] class HitPoint { public: const Intersectable * const intersectable; }; class Sphe...
const pointer issueI understand, but I need that to vary on the HitPoint object. Should I be trying to make HitPoint::i...
const pointer issueit's not like I meant it in a mean way at all, it's just that as a programmer I'm constantly searchi...
const pointer issue1) no, within a const function no member variables can be changed, but parameters can 2) yes, you...
This user does not accept Private Messages