C++
wxddecsdn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C++的RTTI(dynamic_cast与typeid)
看书随记RTTI(Run-time Type Information)提供啦dynamic_cast与typeid两个运算符,以获取该对象的类型信息。1.dynamic_cast类之间继承关系存在一个事实,任何一个派生类对象可以被当做基类对象用,所以我们可以想上转换(upcast)来指向基类。而dynamic_cast恰好相反,试图将一个指向基类的指针转换为指向派生类的指针原创 2016-12-09 19:18:51 · 456 阅读 · 0 评论 -
Cannot find one or more components. Please reinstall the application
Visual Studio 2015出现Cannot find one or more components. Please reinstall the application.的问题解决遇到了vs2015出现这个Cannot find one or more components. Please reinstall the application问题,试了devenv.exe /resetu...原创 2019-04-25 20:40:41 · 786 阅读 · 1 评论
分享