C++
Programming and Technical
What issue do auto_ptr objects address?
Read Solution (Total 0)
C++ Other Question
What should I catch?
Is there any problem with the following : char*a=NULL; char& p = *a;?