Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Jiangyan-WANG/cpp_knowledge_points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

cpp_knowledge_points

设置github访问权限,管理代码

https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account

正式开始 1

cpp基础知识汇总

析构函数 ~ClassName()

  • 析构函数在对象释放前自动调用
  • 作用:对象本身占用的空间会在超出作用范围或者delete时自动释放,如果对象还额外分配了其他资源,就需要在析构函数中手动释放。

Footnotes

  1. 本仓库主要储存了学习中的知识点总结

About

c++知识点以及技术总结

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published