An open API service indexing awesome lists of open source software.

https://github.com/sonsongithub/study_cpp

C++を勉強するリポジトリ.
https://github.com/sonsongithub/study_cpp

Last synced: 3 months ago
JSON representation

C++を勉強するリポジトリ.

Awesome Lists containing this project

README

          

# study_cpp
C++を勉強するリポジトリ.

## lesson01

* llvm IRでポインタがどう処理するかを眺めたサンプル
* allocaを使うんだな・・・・.

## lesson02

* 関数呼び出し演算子に,左辺値を返させて,そこに値を代入するサンプル.
* Halideの計算グラフの作り方を実現するために作ってみた.
* なんだか非常に気持ち悪いが,慣れてきた.
* https://rules.sonarsource.com/cpp によるとimplicit constructorは,推奨されないらしい.