Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2016-05-12 10:04:21
Size: 165
Editor: SamatJain
Comment:
Revision 4 as of 2016-05-18 18:39:44
Size: 331
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

[[https://google.github.io/styleguide/cppguide.html|Google C++ Style Guide]]

[[http://clang.llvm.org/docs/ClangFormat.html|ClangFormat]]: auto-formats C++ code

Clang-Tidy — Extra Clang Tools 3.9 documentation

clang-tidy -checks='*' main.cpp -- -std=c++11

Google C++ Style Guide

ClangFormat: auto-formats C++ code

SamatsWiki: CodingStyle/C++ (last edited 2020-09-02 20:49:51 by SamatJain)