We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dffd97 commit 6fde5bfCopy full SHA for 6fde5bf
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# cpp_study
2
3
-follow me to study modern C++
+Follow me to study modern C++
4
5
Pull requests of make/cmake are welcome!
6
@@ -12,9 +12,19 @@ Pull requests of make/cmake are welcome!
12
13
## Reference
14
15
+* [ISO C++](http://www.open-std.org/jtc1/sc22/wg21/)
16
* [cppreference](https://en.cppreference.com/w/)
17
-## Resources
18
+
19
+## Resource
20
21
+* [Ubuntu](https://ubuntu.com/)
22
+* [Boost](https://www.boost.org/)
23
+* [GCC](http://gcc.gnu.org/)
24
+* [Clang](http://clang.llvm.org/)
25
26
27
+## Document
28
29
* [CppCoreGuidelines](https://github.com/isocpp/CppCoreGuidelines)
30
* [OpenResty Code Style Guide](http://openresty.org/cn/c-coding-style-guide.html)
0 commit comments