debugging with std::cin
-
wrote on 4 Jun 2015, 16:32 last edited by
hi
does someone know how to specify commandline parameters in debug project settings to have a input file in std::cin?
I mean this:
d:\my_app.exe < input.txt
and process this in the code using std::cin
1/1