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[])
- Host: GitHub
- URL: https://github.com/solareenlo/42cpp-module-07
- Owner: solareenlo
- Created: 2021-06-09T11:23:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T08:51:38.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T09:16:11.289Z (5 months ago)
- Topics: 42, 42born2code, 42cursus, 42projects, cpp
- Language: Makefile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)