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

https://github.com/solareenlo/42cpp-module-07

C++ practice 07 (template, iter, array, operator[])
https://github.com/solareenlo/42cpp-module-07

42 42born2code 42cursus 42projects cpp

Last synced: 3 months ago
JSON representation

C++ practice 07 (template, iter, array, operator[])

Awesome Lists containing this project

README

        

# 42cpp-module-07

### ex02
- [stdexcept](https://cpprefjp.github.io/reference/stdexcept.html)
- out_of_range: 引数が許容範囲外であることを示す
- 添字演算子のオーバーロード
- [operator[] (Array Subscript)](https://qiita.com/rinse_/items/9d87d5cb0dc1e89d005e#array-subscript)
- 添字演算子は配列の要素へのアクセスに使用される演算子

### ex01
- libft の mapi

### ex00
- [C++ typename の 2 つの使い方](http://yohshiy.blog.fc2.com/blog-entry-336.html)
- [テンプレート関数](http://wisdom.sakura.ne.jp/programming/cpp/cpp33.html)