debugging with std::cin
Qt Creator and other tools
1
Posts
1
Posters
855
Views
1
Watching
-
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