Connecting Tech Pros Worldwide Help | Site Map

Type casting C vs C++

  #1  
Old August 19th, 2005, 08:05 PM
chook
Guest
 
Posts: n/a
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?
  #2  
Old August 19th, 2005, 08:15 PM
Victor Bazarov
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
type casting in VB.Net vs C# JohnK answers 1 November 22nd, 2005 04:38 PM
Type Casting René Nordby answers 23 November 20th, 2005 11:48 PM
type casting in VB.Net vs C# JohnK answers 1 July 21st, 2005 08:42 PM
static_cast vs. traditional type casting Suzanne Vogel answers 5 July 19th, 2005 05:53 PM