摘要:
https://juejin.im/post/6844904054930292749 派生类和基类的关系并不是两个独立的类型,在派生关系中,派生类型“是一个”基类类型(Derived class is a base class)。在C++语法里规定:基类指针可以指向一个派生类对象,但派生类指针不能指 阅读全文
摘要:
Memory Map One way to remember the syntax (according to Bjarne Stroustrup) is the spiral rule-The rule says, start from the name of the variable and m 阅读全文
摘要:
autopep8 用来改进代码书写格式与风格 ctrl+p 输入> format document 第一次使用右下角会提示安装 安装完毕后再次使用即可书写格式化 但是如果想要自动化需要开启设置相关设定,勾选上format on save 每次自动格式化当保存当前文件时(但是有一点如果是经常特殊书写格 阅读全文