CHAPTER6-1.cpp
上传用户:fjc899
上传日期:2007-07-03
资源大小:187k
文件大小:0k
源码类别:

STL

开发平台:

C/C++

  1. //文件名:CHAPTER6-1.cpp
  2. #include <string>
  3. #include <vector>
  4. #include <iostream>
  5. void main () 
  6. {std::vector<std::string> Myvector;
  7. std::cout<<"Good!"<<std::endl;
  8. }