User: sdj

  • Public profile

User profile: sdj

User info
User name:sdj
History
Joined:
Number of posts:2
Latest posts:

Pointers in cpp
I 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