Skip to content

Commit 5e43ff2

Browse files
committed
Added video links.
1 parent 6621e16 commit 5e43ff2

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

cpp/cpp3/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# C++ STL
1+
# CPP3 - C++ STL & operator overloading
22

33
## operatorovld.cpp
44

5+
[Video](https://youtu.be/DdPikUiZRc4)
56
*Example of operator overloading*
67

78
## vdestruct.cpp
@@ -17,4 +18,5 @@
1718

1819
## map.cpp
1920

21+
[Video](https://youtu.be/i_vm3nu0MyQ)
2022
*C++ Maps*

cpp/cpp4/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CPP4 - Templates & other C++ topics
2+
3+
## template.cpp
4+
5+
[Video]()
6+
*Introduction to templates in cpp*
7+
8+
## friend.cpp
9+
10+
[Video]()
11+
*Example of the friend modifier*

0 commit comments

Comments
 (0)