Programing/Language/C++/CodingStyle の変更点

Top > Programing > Language > C++ > CodingStyle

#contents
----
*コーディング規約 [#f13497a9]

- [[C++ Core Guidelines>https://isocpp.github.io/CppCoreGuidelines/]] - C++言語開発者が主導しているガイドライン
-- [[C++ Core Guidelines タイトル日本語訳>https://qiita.com/tetsurom/items/322c7b58cddaada861ff]]
- [[Google C++ Style Guide>https://google.github.io/styleguide/cppguide.html]] - Google C++スタイルガイド原本
-- [[google/styleguide>https://github.com/google/styleguide/]] - Google スタイルガイド管理用リポジトリ
-- [[Google C++ Style Guide日本語訳>https://ttsuki.github.io/styleguide/cppguide.ja.html]] - 日本語訳
*議論 [#c143175d]
コーディングスタイルに関して良くある議論をまとめる。
**制御構文 [#r17ddad2]
- goto文
- ガード節
**クラス [#s5aed5d5]
- 多重継承
** 命名規則 [#d2d0bd36]
- ハンガリアン記法
- ループ変数
** フォーマット [#if827c75]
- インデント
- スコープ括弧
** コメント [#ieebbdd1]