-
Nicholas Yang authored
it gets the closest one
Nicholas Yang authoredit gets the closest one
ISREndDocTests.cpp 158 B
#include "../ISREndDoc.h"
using namespace std;
int main() {
ISREndDoc endDoc;
endDoc.seek(4000);
cout << endDoc.next().docEndPosition << endl;
}