coldata.cpp
上传用户:clovervx
上传日期:2010-03-30
资源大小:787k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #include <windows.h>
  2. #include <string>
  3. using namespace std;
  4. #include "const_string3.hh"
  5. #include "coldata4.hh"
  6. template class mysql_ColData<string>;
  7. template class mysql_ColData<const_string>;