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

CMake application output bug

    XMLWordPrintable

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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes