Skip to content

Commit

Permalink
Update c++ resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 3, 2020
1 parent 9296a17 commit 2d038da
Showing 1 changed file with 29 additions and 9 deletions.
38 changes: 29 additions & 9 deletions chapters/cpp/resources.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,37 @@
# Resources

## TheCherno
## YouTube

- Focuses on Game & Graphics programming
- Good basic C++ concept videos
### Must watch

## Conferences
- [ADC 2016: The Golden Rules of Audio Programming, Pete Goodliffe](https://www.youtube.com/watch?v=SJXGSJ6Zoro&t=1399s)
- [CppCon 2014: Mike Acton "Data-Oriented Design and C++"](https://www.youtube.com/watch?v=rX0ItVEVjHc)
- [CppCon 2015: Timur Doumler “C++ in the Audio Industry”](https://www.youtube.com/watch?v=boPEO2auJj4&t=27s)
- [CppCon 2016: Timur Doumler “Want fast C++? Know your hardware!"](https://www.youtube.com/watch?v=BP6NxVxDQIs)
- [CppCon 2017: Kate Gregory “10 Core Guidelines You Need to Start Using Now”](https://www.youtube.com/watch?v=XkDEzfpdcSg&t=1259s)
- [CppCon 2018: Jason Turner “Applied Best Practices”](https://www.youtube.com/watch?v=DHOlsEd0eDE)

- CppCon, etc.
- BoostCon
- ACCU
- ...
### Conferences

## CppWeekly
- [CppCon](https://www.youtube.com/user/CppCon/videos)
- [c++Now](https://www.youtube.com/user/BoostCon/videos)
- [ACCU](https://www.youtube.com/channel/UCJhay24LTpO1s4bIZxuIqKw/videos)
- [Meeting Cpp](https://www.youtube.com/user/MeetingCPP/videos)
- [Pacific++](https://www.youtube.com/channel/UCrRR5mU5aqvtZAuEGYfdTjw/videos)

### CppWeekly

Run by Jason Turner. Each video focuses on one language feature or oddity.

- [Channel](https://www.youtube.com/user/lefticus1/videos)

### TheCherno

Focuses on Game & Graphics programming. Good basic C++ concept series.

- [Channel](https://www.youtube.com/user/TheChernoProject/videos)
- [C++ Series](https://www.youtube.com/watch?v=18c3MTX0PK0&list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb)

## Books

- Scott Meyers: Effective C++

0 comments on commit 2d038da

Please sign in to comment.