diff --git a/STL/stl_main.cpp b/STL/stl_main.cpp index 6aea9d0..7c90df2 100644 --- a/STL/stl_main.cpp +++ b/STL/stl_main.cpp @@ -1,9 +1,10 @@ -// STL.cpp : �������̨Ӧ�ó������ڵ㡣 +// STL.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include +#include #include"stl_demo.h" using namespace std; @@ -27,7 +28,7 @@ int main() } } - //��ʼ�������룬�޸� + //初始化,插入,修改 const int arrvec[4] = { 3,2,2,2 }; int arrvec2[4]; std::vector vec(3, 1);//1,1,1