Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 19th, 2005, 08:05 PM
chook
Guest
 
Posts: n/a
Default Type casting C vs C++

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
Default 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
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles