https://github.com/sonsongithub/study_cpp
C++を勉強するリポジトリ.
https://github.com/sonsongithub/study_cpp
Last synced: 3 months ago
JSON representation
C++を勉強するリポジトリ.
- Host: GitHub
- URL: https://github.com/sonsongithub/study_cpp
- Owner: sonsongithub
- License: mit
- Created: 2020-03-04T09:33:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T02:07:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-03T14:47:13.652Z (11 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# study_cpp
C++を勉強するリポジトリ.
## lesson01
* llvm IRでポインタがどう処理するかを眺めたサンプル
* allocaを使うんだな・・・・.
## lesson02
* 関数呼び出し演算子に,左辺値を返させて,そこに値を代入するサンプル.
* Halideの計算グラフの作り方を実現するために作ってみた.
* なんだか非常に気持ち悪いが,慣れてきた.
* https://rules.sonarsource.com/cpp によるとimplicit constructorは,推奨されないらしい.