Pointers in cppI saw a pointer which was declared as *& in a program... what does *& represent?
C plus plus template inheritance template <class Type> class counter { public : counter(Type N=0) { data = N; } ...
This user does not accept Private Messages