提醒一下,这个资源是12年的,过了很长时间了,有一些东西已经改了,如果想研究代码规范最好参考下google最新的代码规范。https://google.github.io/styleguide/cppguide.html 。
这个资源我也下载了,发现开头关于forward declarations就有不同:12年版本要提示多用forward declarations,但是最新的已经改成“Avoid using forward declarations where possible. Just #include the headers you need.”
so,判断在自己了
学习了,多谢分享。
时间是有一些久了,不过很多地方还是 很有用
很久之前的东西了,可以参考一下 不可不信 不可尽信
提醒一下,这个资源是12年的,过了很长时间了,有一些东西已经改了,如果想研究代码规范最好参考下google最新的代码规范。https://google.github.io/styleguide/cppguide.html 。 这个资源我也下载了,发现开头关于forward declarations就有不同:12年版本要提示多用forward declarations,但是最新的已经改成“Avoid using forward declarations where possible. Just #include the headers you need.” so,判断在自己了
这个真的好好看看,不错的