I'm told I should initialize pointers to the address of the item.
i.e. char *mypoin = &someotherchar;
I've never seen the &operator used in examples of dynamiccally allocated objects. Do I need to put it there? If I don't, is it automatically set to the address?



LinkBack URL
About LinkBacks


