There was an error while loading. Please reload this page.
1 parent 775a1f0 commit 7aabcdeCopy full SHA for 7aabcde
1 file changed
docs/learn/online-resources.md
@@ -12,6 +12,10 @@ description: オンラインでアクセスできる C++ 資料の紹介
12
- [cppreference.com](https://en.cppreference.com/w/)
13
- [C++ Language Reference](https://docs.microsoft.com/en-us/cpp/cpp/cpp-language-reference)
14
15
+## コーディングガイドライン
16
+- [C++ Core Guidelines](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) (英語)
17
+- [Google C++ スタイルガイド](https://github.com/google/styleguide/) [日本語訳](https://ttsuki.github.io/styleguide/cppguide.ja.html)
18
+
19
## C++ 規格関連
20
- [C++ 規格](https://cppmap.github.io/standardization/working-drafts/)
21
0 commit comments