直接见网址:http://blog.csdn.net/u011543018/article/details/50724883
很受用...
PS:
1、 vector<string> temp;
temp=vector<string> {"4"};
cout<<temp[0];
输出的就是4,在直接函数传vector<string>型的参数时,可以直接传vector<string> {"4"}就行了。
直接见网址:http://blog.csdn.net/u011543018/article/details/50724883
很受用...
PS:
1、 vector<string> temp;
temp=vector<string> {"4"};
cout<<temp[0];
输出的就是4,在直接函数传vector<string>型的参数时,可以直接传vector<string> {"4"}就行了。