c++ - QtCreator 2.7.2 (Windows) Console Application: How to paste into console? -
i using qtcreator 2.7.2 windows 8 develop c++ console application. need use standard input.
when run application, empty console window appears. if type text application processes text correctly. however, don't manage copy , paste text (instead of typing) console (ctrl+v yields '^v', shift+insert doesn't work either).
is there way this?
thanks in advance!
right click in console window , select paste. copy, right-click on console window , select, after ctrl+c.
Comments
Post a Comment