User profile: flux00

User info
User name:flux00
History
Joined:
Number of posts:9
Latest posts:

const pointer issue
oh 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 issue
I understand, but I need that to vary on the HitPoint object. Should I be trying to make HitPoint::i...

const pointer issue
it'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 issue
1) no, within a const function no member variables can be changed, but parameters can 2) yes, you...

This user does not accept Private Messages