mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
replace platform specific system("pause")
This commit is contained in:
parent
9dc580c045
commit
a3c1f04b31
@ -28,7 +28,7 @@ int main() {
|
|||||||
<< paragraph.find(word) << std::endl
|
<< paragraph.find(word) << std::endl
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
system("pause");
|
std::cin.get();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user