string
上传用户:sichengcw
上传日期:2009-02-17
资源大小:202k
文件大小:0k
源码类别:

STL

开发平台:

Visual C++

  1. // Main header for the -*- C++ -*- string classes.
  2. #ifndef __STRING__
  3. #define __STRING__
  4. #include <std/bastring.h>
  5. extern "C++" {
  6. typedef basic_string <char> string;
  7. // typedef basic_string <wchar_t> wstring;
  8. } // extern "C++"
  9. #endif