typedef 自定义 const define

Posted shishouths

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typedef 自定义 const define相关的知识,希望对你有一定的参考价值。

typedef list<CNewParRange> ParList;

 

const CString C_Pos_Start_Completion[] =
_T("M2208"),
_T("M2240"),
_T("M2272"),
_T("M2304"),
_T("M2336"),
_T("M2368"),
_T("M2400"),
_T("M2432"),
_T("M2464"),
_T("M2496"),
_T("M2528"),
_T("M2560"),
_T("M2592"),
_T("M2624"),
_T("M2656"),
_T("M2688"),
;

 

#define CE_X ‘X‘

以上是关于typedef 自定义 const define的主要内容,如果未能解决你的问题,请参考以下文章

const typedef #define

php中const和define的区别

复杂类型及编译相关

C语言typedef详解

C/C++语言typedef的用法详解以及与define的区别

#define和typedef定义变量