cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
C++ Video: All Castings Considered
C++ Video: All Castings Considered
Oct 1, 2012 at 1:12am UTC
boqian2000
(24)
C++ provides 4 types of castings: static_cast, dynamic_cast, const_cast, reinterpret_cast. It also keeps the C-style cast. What are they? Which one should you use.
Part I:
http://www.youtube.com/watch?v=lglGKxNrLgM
Part II:
http://www.youtube.com/watch?v=UfrR1nNfoeY
Oct 1, 2012 at 1:54am UTC
DesiredNote
(238)
I love your videos. :) Please make more.
Oct 1, 2012 at 7:45am UTC
stoffe1100
(137)
definetly gonna check those out later!
Topic archived. No new replies allowed.