C++ Casting - Part 1 - Types, conversions, and C-style casts | Modern Cpp Series Ep. 91

Описание к видео C++ Casting - Part 1 - Types, conversions, and C-style casts | Modern Cpp Series Ep. 91

►Full C++ Series Playlist:    • The C++ Programming Language  
►Find full courses on: https://courses.mshah.io/
►Join as Member to Support the channel:    / @mikeshah  

►Lesson Description: In this lesson I talk about one of the best features of C++ design -- the fact that it is a statically typed language! This itself can help build safer and more scalable software. That said, on occasion, we need to treat data as different types in order to evaluate correctly our results. One thing we have to take care of is the 'runtime cost' of the cast, as well as if we are going to lose precision as well!

►YouTube Channel:    / mikeshah  
►Please like and subscribe to help the channel!

Комментарии

Информация по комментариям в разработке