看jabberd2代码一些总结

前端之家收集整理的这篇文章主要介绍了看jabberd2代码一些总结前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

sqlite的sql关键字全部大写

宏定义,字符串处理

#define ASSIGN_FIELD(KEY,DEFAULT) /

col = key_index_map[#KEY];/

cell_string = get_cell_string(sheet,r,col,DEFAULT);/

a_info->KEY->assign(cell_string.c_str())

vc2008 转 vc2005,

修改vc工程文件

Version="9,00"

C++编译器编译c

#ifdef __cplusplus

extern "C"

{

#endif

#include <direct.h>

typedef struct DIR DIR;

struct dirent

{

char *d_name;

};

#ifdef __cplusplus

}

#endif

原文链接:https://www.f2er.com/sqlite/202963.html

猜你在找的Sqlite相关文章