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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -