We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f054d5 commit b4627b0Copy full SHA for b4627b0
3_STL_iterator/3_1_find.cpp
@@ -5,7 +5,7 @@
5
#include <iostream>
6
using namespace std;
7
8
-// 迭代器是一种行为类似指针的对象,对operator*和operator->进行重载
+// 迭代器是一种行为类似指针的对象,对operator*和operator->进行重载.
9
10
int main() {
11
const int arraySize = 7;
0 commit comments