Skip to content

Commit 7aabcde

Browse files
authored
Update online-resources.md
C++ Core GuidelinesとGoogle C++スタイルガイドを追加
1 parent 775a1f0 commit 7aabcde

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/learn/online-resources.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ description: オンラインでアクセスできる C++ 資料の紹介
1212
- [cppreference.com](https://en.cppreference.com/w/)
1313
- [C++ Language Reference](https://docs.microsoft.com/en-us/cpp/cpp/cpp-language-reference)
1414

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+
1519
## C++ 規格関連
1620
- [C++ 規格](https://cppmap.github.io/standardization/working-drafts/)
1721

0 commit comments

Comments
 (0)