网站首页 站内搜索

搜索结果

查询Tags标签: CFX,共有 6条记录
  • 类的构造函数 类型一样 变量名不一样无所谓

    // 你必须定义一个 `main()` 函数入口。 #include <iostream> using namespace std; #include <string.h> typedef const char* FX_LPCSTR; typedef char FX_CHAR; typedef int FX_STRSIZE; typedef int FX_BOOL; typedef unsigned char FX_BYTE;#define FX_A…

    2021/12/30 6:37:16 人评论 次浏览
  • 类的构造函数 类型一样 变量名不一样无所谓

    // 你必须定义一个 `main()` 函数入口。 #include <iostream> using namespace std; #include <string.h> typedef const char* FX_LPCSTR; typedef char FX_CHAR; typedef int FX_STRSIZE; typedef int FX_BOOL; typedef unsigned char FX_BYTE;#define FX_A…

    2021/12/30 6:37:16 人评论 次浏览
  • CFX_Object new delete

    // 你必须定义一个 `main()` 函数入口。 #include <iostream> using namespace std; typedef const char* FX_LPCSTR; class CFX_Object {public:void* operator new(size_t size, FX_LPCSTR file, int line){return malloc(size);}void operator delete(void*p,FX_…

    2021/12/30 6:07:21 人评论 次浏览
  • CFX_Object new delete

    // 你必须定义一个 `main()` 函数入口。 #include <iostream> using namespace std; typedef const char* FX_LPCSTR; class CFX_Object {public:void* operator new(size_t size, FX_LPCSTR file, int line){return malloc(size);}void operator delete(void*p,FX_…

    2021/12/30 6:07:21 人评论 次浏览
  • CFX_StringData

    // 你必须定义一个 `main()` 函数入口。 #include <iostream> using namespace std; typedef const char* FX_LPCSTR; typedef char FX_CHAR; typedef int FX_STRSIZE; class CFX_Object {public:void* operator new(size_t size, FX_LPCSTR file, int line){return…

    2021/12/30 6:07:17 人评论 次浏览
  • CFX_StringData

    // 你必须定义一个 `main()` 函数入口。 #include <iostream> using namespace std; typedef const char* FX_LPCSTR; typedef char FX_CHAR; typedef int FX_STRSIZE; class CFX_Object {public:void* operator new(size_t size, FX_LPCSTR file, int line){return…

    2021/12/30 6:07:17 人评论 次浏览
扫一扫关注最新编程教程