I'm having trouble figuring out what i'm supposed to do. The question states
"Create a new program, order1.cpp , with class , order, that contains only a constructor and a destructor. Determine the order of the constructor and destructor calls for variable by by cout statements inside the constructor and destructor members functions and creating several variable inside main(). To generate a unique identifier for each variable use the keyword this inside the cout statement."
I understand creating a new program, making the class, order, that contains only a constructor and a destructor, and putting the cout statements inside the constructor and destructor. What I don't understand is what I'm suppose to put in the cout statement. If anyone could give me an example what i'm supposed to do would be much appreciated.