Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-13537

CMake application output bug

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 3.2.2
    • None
    • Debian GNU/Linux, Qt 5.4 beta

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            dt Daniel Teske
            ioann.sys ioann sys
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes