Type casting C vs C++

C

chook

Wherein differences between type casting in C++ : static_cast,
dinamic_cast, reinterpret_cast, const_cast
and
C type casting, like xxx = (type)yyy;

What, when and why is necessary to use?
 
V

Victor Bazarov

chook said:
Wherein differences between type casting in C++ : static_cast,
dinamic_cast, reinterpret_cast, const_cast
and
C type casting, like xxx = (type)yyy;

What does your favourite C++ book say about them? What don't you
understand in what your favourite C++ book says?
What, when and why is necessary to use?

Again, what does your favourite C++ book say?

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,224
Latest member
BettieToom

Latest Threads

Top