Related articles |
---|
Implementation of static_cast<> bgera@hotmail.com (2002-01-14) |
Re: Implementation of static_cast<> alainm@cup.hp.com (Alain Miniussi) (2002-01-17) |
Re: Implementation of static_cast<> vbdis@aol.com (2002-01-17) |
From: | vbdis@aol.com (VBDis) |
Newsgroups: | comp.compilers |
Date: | 17 Jan 2002 00:32:22 -0500 |
Organization: | AOL Bertelsmann Online GmbH & Co. KG http://www.germany.aol.com |
References: | 02-01-056 |
Keywords: | C++ |
Posted-Date: | 17 Jan 2002 00:32:22 EST |
In 02-01-056, bgera@hotmail.com (Bond) schreibt:
>Im curious to know the implementation of static_cast<> by the C++ compiler.
>Since it is a better version than "C" style casts...
The static_cast exactly corresponds to the C style cast, only that the name has
changed so that all type casts can be found with grep.
Perhaps you mean dynamic_cast<>?
DoDi
Return to the
comp.compilers page.
Search the
comp.compilers archives again.