Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
Qt Creator 3.2.2
-
None
-
Debian GNU/Linux, Qt 5.4 beta
Description
I create cpp code, as CMake C++ (without Qt Libraries).
#include <iostream> #include <string> using namespace std; int main() { cout << "Input value: "; string value; cin >> value; return; }
CTRL + B for buld, CTRL + R to run this. In the APPLICATION OUTPUT window (ALT + 3), i can not input string. Return key dont work.
p.s.: sorry for my bad english.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-12453 Add stdin to "Application Output" or other way to send standard input to remote application
- Closed