• 12692阅读
  • 3回复

关于C++中的类型转换 [复制链接]

上一主题 下一主题
离线XChinux
 

只看楼主 倒序阅读 楼主  发表于: 2005-07-30
— 本帖被 XChinux 执行加亮操作(2008-04-22) —
static_cast<double>(iIntNum); //用于完成C语言良性循环转换中的大部分功能
const_cast<double>(DOUBLENUM); //一般用于去掉const类型中的const限制
dynamic_cast<SpecialWidget *>(pw);//被用于安全地沿着类的继承关系向下进行类型转换
typedef void (* FuncPtr)();     //reinterpret_cast进行转换执行期定义的类型
FuncPtr funcPtrArray[10];     // 最普通的用途是用在函数指针类型之间进行转换
int doSomething();
funcPtrArray[0] = reinterpret_cast<FuncPtr>(&doSomething);
二笔 openSUSE Vim N9 BB10 XChinux@163.com 网易博客 腾讯微博
承接C++/Qt、Qt UI界面、PHP及预算报销系统开发业务
离线yxr52051801
只看该作者 1楼 发表于: 2008-04-22
请问我现在用多类继承DESIGNER编译时出现
“Ui_MainWindow::setupUi”: 不能将参数 1 从“Todatabase*const"装换为QWainWindow*
转换要求reinterpret_cast、C 样式转换或函数样式转换
这需要强制转换是吧  应该怎么换转 或是解决办法?
谢谢!
离线nana001
只看该作者 2楼 发表于: 2008-06-20
几百本的 c++ 电子书

[*]C++ in a Nutshell free ebook download
[*]Cryptography in C and C++ free ebook download
[*]More Exceptional C++ free ebook download
[*]C++ Cookbook free ebook download
[*]Essential C++ free ebook download
[*]The Art of C++ free ebook download
[*]C++ by Dissection free ebook download
[*]Programming Embedded Systems in C and C++ free ebook download
[*]Secure Programming Cookbook for C and C++ free ebook download
[*]Practical C++ Programming free ebook download 
[*]Learn to Program with C++ free ebook download 
[*]C++ FAQs, Second Edition free ebook download 
[*]Inside the C++ Object Model free ebook download
[*]C++ Templates: The Complete Guide free ebook download
[*]C++ Programming for the Absolute Beginner free ebook download
[*]C++ Primer, Third Edition free ebook download
[*]C++ Footprint and Performance Optimization free ebook download
[*]C++ Primer, Fourth Edition free ebook download
[*]Advanced CORBA Programming with C++ free ebook download
[*]C++ from the Ground Up, Third Edition free ebook download
[*]C++ for Dummies, 5th Edition free ebook download
[*]C++ Timesaving Techniques For Dummies free ebook download
[*]C++ How to Program, Fifth Edition free ebook download
[*]Beginning C++ Game Programming free ebook download
[*]Intermediate Business Programming with C++ free ebook download
[*]Accelerated C++ Practical Programming by Example free ebook download
[*]Practical C++ Programming, Second Edition free ebook download
[*]C++ Primer Plus, Fourth Edition free ebook download
[*]Parallel and Distributed Programming Using C++ free ebook download
[*]Pattern Recognition with Neural Networks in C++ free ebook download
[*]Efficient C++ Performance Programming Techniques free ebook download
[*]C++ Common Knowledge: Essential Intermediate Programming free ebook download
[*]Thinking in C++, 2nd ed. Volume 1 free ebook download
[*]C++ Neural Networks and Fuzzy Logic free ebook download
[*]The C++ Programming Language Third Edition free ebook download
[*]Visual C++ Windows Shell Programming free ebook download
[*]C++ Standard Library, The: A Tutorial and Reference free ebook download
[*]Beyond the C++ Standard Library: An Introduction to Boost free ebook download
[*]Designing Components with the C++ STL revised edition free ebook download
[*]C++ Demystified: A Self-Teaching Guide free ebook download
[*]C++ for Business Programming, Second Edition free ebook download
[*]C++ Plus Data Structures, Third Edition free ebook download
[*]C++ GUI Programming with Qt 4 free ebook download
[*]Ivor Horton's Beginning Visual C++ 2005 free ebook download
[*]COMPUTING FOR NUMERICAL METHODS USING VISUAL C++ free ebook download
[*]C++ GUI Programming with Qt4, Second Edition free ebook download
[*]You Can Program in C++ A Programmer’s Introduction free ebook download
[*]C++ for Mathematicians An Introduction for Students and Professionals free ebook download
[*]C++ Network Programming, Volume 1: Mastering Complexity with ACE and Patterns free ebook download
[*]Modern C++ Design: Generic Programming and Design Patterns Applied free ebook download
[*]C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks free ebook download
[*]Oracle Database 10g XML & SQL: Design, Build, & Manage XML Applications in Java, C, C++, & PL/SQL free ebook download
[*]Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions free ebook download
[*]C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond free ebook download
[*]C++ Gotchas: Avoiding Common Problems in Coding and Design free ebook download
[*]PROGRAMMING WITH MANAGED EXTENSIONS FOR MICROSOFT VISUAL C++.NET free ebook download
[*]Imperfect C++ Practical Solutions for Real-Life Programming free ebook download
[*]Sams Teach Yourself Database Programming with Visual C++ 6 in 21 Days free ebook download
[*]C++ Coding Standards: 101 Rules, Guidelines, and Best Practices free ebook download
[*]Applied C++: Practical Techniques for Building Better Software free ebook download
[*]Creating Games in C++: A Step-by-Step Guide free ebook download
[*]Exceptional C++ Style  40 New Engineering Puzzles, Programming Problems, and Solutions free ebook download
[*]Intel Threading Building Blocks Outfitting C++ for Multi-Core Processor Parallelism free ebook download
[*]Effective C++ Third Edition 55 Specific Ways to Improve Your Programs and Designs free ebook download
[*]How Not to Program in C++: 111 Broken Programs and 3 Working Ones, or Why Does 2+2=5986 free ebook download
[*]Parallel Scientific Computing in C++ and MPI A seamless approach to parallel algorithms and their implementation free ebook download
http://www.51cnnet.net
电子书免费下载
离线luxihuai

只看该作者 3楼 发表于: 2012-02-16
  
一个刚开始QT开发的人员
快速回复
限100 字节
 
上一个 下一个