Skip to content

Commit 45735d0

Browse files
committed
Added video link.
1 parent edc6a5f commit 45735d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/cpp1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ C++ includes a string type. Several examples of different string functions.
2323

2424
## boolean.cpp
2525

26-
[Video](https://youtu.be/6DNzhxgwar0)
26+
[Video]()
2727
*Example of using bool type and ternary operator*
2828

2929
## references.cpp

cpp/cpp3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## operatorovld.cpp
44

5-
[Video](https://youtu.be/DdPikUiZRc4)
5+
[Video](https://youtu.be/6DNzhxgwar0)
66
*Example of operator overloading*
77

88
## vdestruct.cpp

0 commit comments

Comments
 (0)