Skip to content

Commit 529733f

Browse files
committed
add references to intro cpp
1 parent 2602858 commit 529733f

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

advanced/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Holidays:
1818
| Week 6 2023/10/02 | Operator overloading, type conversion operators, convert constructors, aggregation and composition, namespaces |
1919
| Week 7 2023/10/09 | Mid term / break |
2020
| Week 8 2023/10/16 | Vectors and arrays of objects. Linked lists, linked list operations |
21-
| Week 9 2023/10/23 | Thanksgiving Break - No Class on Friday) Inheritance, protected members, constructors/destructors |
21+
| Week 9 2023/10/23 | Thanksgiving Break - No Class on Friday Inheritance, protected members, constructors/destructors |
2222
| Week 10 2023/10/30 | inheritance, overriding base class functions |
2323
| Week 11 2023/11/06 | Inheritance hierarchies, polymorphism and virtual member functions, abstract base classes and pure virtual functions |
2424
| Week 12 2023/11/13 | Exceptions, function and class templates, STL and STL containers, iterators |

intro/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,15 @@
2121
| 15 | 2023/04/24 | Review |
2222
| 16 | 2023/05/01 | FINALS |
2323

24+
# References
25+
26+
- [learncpp](https://www.learncpp.com/)
27+
- [cpluslus](https://cplusplus.com/doc/tutorial/)
28+
- [cprogramming](https://www.cprogramming.com/tutorial/c++-tutorial.html)
29+
- [programming-books](https://www.programming-books.io/essential/cpp/)
30+
- [google style guide](https://google.github.io/styleguide/cppguide.html)
31+
- [riptutorial](https://riptutorial.com/cplusplus)
32+
- [cpp manual](https://cppreference.com/)
33+
- [cpp core guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
34+
- [rooksguide](https://rooksguide.files.wordpress.com/2013/12/rooks-guide-isbn-version.pdf)
35+
- [cpp best practices](https://lefticus.gitbooks.io/cpp-best-practices/content/)

0 commit comments

Comments
 (0)