C++ Input Stream
- by Ilian
I have a program that work with data which is paste to console. For example when the program is run and I paste
delete 54545
add 4324
the program call delete function with parameter 54545, but wait for enter after 4324 to call second function. And I have no idea how to call it without press enter.