开发者

C++枚举

0
  • 解读C++中枚举(enum)的使用

    目录前言一、枚举是什么二、使用步骤1.作用域2.隐式类型转换3.显式指定枚举值类型4.指定枚举值的值4.整形显式转换成枚举总结前言[详细]

    2023-03-04 10:39 分类:开发
  • C#, cannot understand this error?

    I am using VS2008. I have a project, SystemSoftware project, connect with a database and we are using L2E. I have a RuntimeInfo class which contains some shared information there. It looks like this:[详细]

    2022-12-28 14:19 分类:问答