14_3.txt
资源名称:c.rar [点击查看]
上传用户:puke2000
上传日期:2022-07-25
资源大小:912k
文件大小:0k
源码类别:

C#编程

开发平台:

Visual C++

  1. //14_3
  2. //运行结果为:
  3. create a X object with 1
  4. create a X object with 2     //创建临时对象
  5. call a func with para X object
  6. create a X object from other X object
  7. erase a object               //析构临时对象
  8. create a X object from other X object
  9. call a func with para X object
  10. create a X object from other X object
  11. erase a object
  12. erase a object
  13. erase a object
  14. erase a object