From 76c2686269673828799efd1daa5fd3100ebf4217 Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Sun, 20 Aug 2023 19:14:11 +0100 Subject: [PATCH] chore: add resource under cpp:language-concepts:type-casting --- .../content/109-language-concepts/101-type-casting/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/cpp/content/109-language-concepts/101-type-casting/index.md b/src/data/roadmaps/cpp/content/109-language-concepts/101-type-casting/index.md index 0ba10ee5d..9fdacd2f7 100644 --- a/src/data/roadmaps/cpp/content/109-language-concepts/101-type-casting/index.md +++ b/src/data/roadmaps/cpp/content/109-language-concepts/101-type-casting/index.md @@ -41,4 +41,6 @@ Type casting is the process of converting a value from one data type to another. *ptr = 20; // Not recommended, use with caution ``` -Remember to use the right type of casting based on the specific situation and follow good programming practices in order to ensure a safe and efficient code. \ No newline at end of file +Remember to use the right type of casting based on the specific situation and follow good programming practices in order to ensure a safe and efficient code. + +- [Casting in C++](https://youtu.be/pWZS1MtxI-A) \ No newline at end of file