Take Up Code
33: C++ Casting. Turn Your Object Into A Frog.
- Autor: Vários
- Narrador: Vários
- Editor: Podcast
- Duración: 0:12:04
- Mas informaciones
Informações:
Sinopsis
Can you change an int into a float? And because an int occupies multiple bytes in memory, can you get access to the individual bytes by themselves? Or what if you have a derived class and you want to refer to it as if it was a base class? And can you go the other way, from base class to derived class? These are the topics I will be explaining today.