Connecting Tech Pros Worldwide Help | Site Map

Type casting C vs C++

chook
Guest
 
Posts: n/a
#1: Aug 19 '05
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?
Victor Bazarov
Guest
 
Posts: n/a
#2: Aug 19 '05

re: Type casting C vs C++


chook wrote:[color=blue]
> Wherein differences between type casting in C++ : static_cast,
> dinamic_cast, reinterpret_cast, const_cast
> and
> C type casting, like xxx = (type)yyy;[/color]

What does your favourite C++ book say about them? What don't you
understand in what your favourite C++ book says?
[color=blue]
> What, when and why is necessary to use?[/color]

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

V
Closed Thread