文件名称:Module22
- 所属分类:
- Windows编程
- 资源属性:
- [C/C++] [PDF]
- 上传时间:
- 2012-11-26
- 文件大小:
- 574kb
- 下载次数:
- 0次
- 提 供 者:
- Wanas*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
Typecasting is used to convert the type of a variable, function, object, expression or return value to another type.
- Throughout this tutorial you have encountered many codes that use simple C-style type cast.
- One of the said advantageous of C++ is the type safe feature. During the compile or run time there are type checking process that not available in C. This can avoid a lot of program bugs and unexpected logical errors.
- In C an expression, expression, of type type, can be cast to another type by using the following syntax:
- Throughout this tutorial you have encountered many codes that use simple C-style type cast.
- One of the said advantageous of C++ is the type safe feature. During the compile or run time there are type checking process that not available in C. This can avoid a lot of program bugs and unexpected logical errors.
- In C an expression, expression, of type type, can be cast to another type by using the following syntax:
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Module22.pdf