mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-01 06:50:26 +02:00
chore: add resource under cpp:language-concepts:type-casting
This commit is contained in:
@@ -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.
|
||||
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)
|
Reference in New Issue
Block a user