完整源代码如下:
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <vector>
using namespace std;
int
main(
argc, char
*
argv[])
{
vector<
> vec;
vec.push_back(
0x10
);
0x11
0x12
vec.pop_back();
for
(
i
=
0
; i < vec.size(); i
+
)
cout << vec[i] << endl;
}
system(
"pause"
return
;
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!