diff --git a/README.md b/README.md index 5c2e2b0..644e262 100644 --- a/README.md +++ b/README.md @@ -1219,7 +1219,7 @@ class doSomething(Flyable *obj) // 做些事情
Google C++ Style Guide 图 -![Google C++ Style Guide](http://img.blog.csdn.net/20140713220242000) +![Google C++ Style Guide](images/GoogleCppStyleGuide.png) > 图片来源于:[CSDN . 一张图总结Google C++编程规范(Google C++ Style Guide)](http://blog.csdn.net/voidccc/article/details/37599203) diff --git a/images/GoogleCppStyleGuide.png b/images/GoogleCppStyleGuide.png new file mode 100644 index 0000000..b349f85 Binary files /dev/null and b/images/GoogleCppStyleGuide.png differ