chore: add resource under cpp:language-concepts:type-casting

pull/4373/head
roadmap bot 1 year ago
parent b7728fa6fd
commit 76c2686269
  1. 2
      src/data/roadmaps/cpp/content/109-language-concepts/101-type-casting/index.md

@ -42,3 +42,5 @@ Type casting is the process of converting a value from one data type to another.
```
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)
Loading…
Cancel
Save