I'm working on a C++ program for school that deals with classes and pointers. Could someone tell me what an 'embedded pointer' is? or at least point me in the right direction?
ex. Prepare the Timeoff class to be implemented in a Proxy Class and/or
as an embedded pointer to a TimeOff object in another class.