| Групе | Резултати 1 - 10 од oкo 3.520 за cppbuilder dynamic_cast static_cast reinterpret_cast. |
Сортирано према значају Сортирај према датуму |
+ static_cast Any place you want to do an unconditional cast, similar to a c- style cast, but can be validated at compile-time. + dynamic_cast When you are ... http://groups.google.com/g/3a37ff0a/t/69d21e50dd31ecb0/.../22ee24a319f1a705?... |
Постова: 3 - 3 аутора - Последњи пост: 25 јун 2008 1) static_cast. 2) const_cast. 3) reinterpret_cast. 4) dynamic_cast - Not Available. From Symbian OS v6.0 onwards gcc fully supports the C++ ... http://wiki.forum.nokia.com/index.php/Typecasting_in_Symbian |
Постова: 10 - 8 аутора - Последњи пост: 19 јан 2004 reinterpret_cast<> is different from static_cast<>. .... dynamic_cast is a "safe" way to cast a base class to a derived class, ... http://www.velocityreviews.com/forums/t280611-reinterpret_cast-v-static_cast.html |
Постова: 11 - Последњи пост: 26 сеп 2007 static_cast vs. reinterpret_cast c++. ... I was under the impression that dynamic_cast is the only cast which can ... http://objectmix.com/c/210281-static_cast-vs-reinterpret_cast.html |
Постова: 15 - 9 аутора - Последњи пост: 12 мај 2004 So I'd want to use dynamic_cast or static_cast instead ... More importantly, reinterpret_cast is wrong to use in this situation always? ... http://www.codeguru.com/forum/showthread.php?t=291314 |
NOSPAM!interchange.ubc.ca borland public cppbuilder language On Mon, ... Just another question: both dynamic_cast and static_cast are working well, ... http://groups.google.com/g/3727fefc/t/b5c3bb63e5871a90/d/cf91dcdfd75638f0?... |
Постова: 3 - 3 аутора - Последњи пост: 8 нов. IXPUB技术社区dynamic_cast: 通常在基类和派生类之间转换时使用,run-time ... static_cast 和reinterpret_cast 操作符修改了操作数类型。 ... http://www.ixpub.net/thread-1034908-1-1.html |
Постова: 11 - 5 аутора - Последњи пост: 11 јун 2007 What's a static_cast for? And a reinterpret_cast, and a const_cast? ... there is another C++ cast, dynamic_cast. dynamic_cast casts between ... http://www.gamedev.net/community/forums/goto.asp?topic_id...id...0... |
Постова: 10 - 4 аутора - Последњи пост: 20 дец 2004 The question I would to rise is when dynamic_cast is really necessary ..... of course) in favour of a static_cast - reinterpret_cast version ... http://www.velocityreviews.com/.../t287686-dynamic_cast-vs-static_cast-when-is-the-former-really-necessary.html |
Постова: 9 - 5 аутора You need to have at least one virtual method for dynamic_cast to succeed. .... reinterpret_cast, C-style cast or function-style cast. The static_cast failed ... http://www.pcreview.co.uk/forums/thread-1428677.php |
| Направи групу - Google Групе - Google Home - Услови коришћења услуге - Правила приватности |
| ©2009 Google |