We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed70af commit ac3155aCopy full SHA for ac3155a
2 files changed
Example/example.cpp
@@ -28,6 +28,7 @@ int main()
28
}
29
30
std::cout << "\nPress any key to continue...";
31
+ std::cout.flush();
32
getchar();
33
34
return resultCode;
External/LLUtils
0 commit comments