C++
1983年にベル研究所のBjarne Stroustrupが開発
C++のtemplate
C++のConcept
GoogleのC++のコード規約
https://ttsuki.github.io/styleguide/cppguide.ja.html
tutorial
https://github.com/changkun/modern-cpp-tutorial
https://ezoeryou.github.io/cpp-intro/
あとで読む
https://magazine.rubyist.net/articles/0018/0018-Legwork.html
ムーブセマンティクス
https://yohhoy.hatenablog.jp/entry/2012/12/15/120839
http://www.kh.rim.or.jp/~nagamura/misc/stroustrup-interview.html
Bjarne Stroustrupへのインタビュー
https://www.ipa.go.jp/sec/publish/tn16-007.html
https://github.com/rigtorp/awesome-modern-cpp
gccでコンパイルできる
https://kamocyc.hatenablog.com/entry/2020/01/23/075331
g++というコマンドを使う
実体はgcc
#プログラミング言語