c++11类型转换cast
C++11新特性之四种类型转换cast说明
目录引言1、static_cast1.1 基本类型转换1.2 类的上行转换(安全)1.3 类的下行转换(不安全)2、const_cast2.1 改变常量属性3、dynamic_cast3.1 类的上行转换(安全)3.2 类的下行转换(安全)4、reinterpret_cast4[详细]
2023-02-10 11:11 分类:开发Interacting with system commands using a web dev language
First of all, sorry for the vague title. Let me explain. At work we\'re currently using SunGrid I\'ve been assigned a project to create a web interface wrapper for intera开发者_JAVA技巧cting with th[详细]
2022-12-27 06:16 分类:问答