跳到內容
  • 版面
  • 最新
  • 標籤
  • 熱門
  • 使用者
  • 群組
  • 搜尋
  • Get Qt Extensions
  • Unsolved
Collapse
品牌標誌
  1. 首頁
  2. Qt Development
  3. General and Desktop
  4. Qt Programming Language
Forum Updated to NodeBB v4.3 + New Features

Qt Programming Language

已排程 已置頂 已鎖定 已移動 Unsolved General and Desktop
331 貼文 17 Posters 420.6k 瀏覽 9 Watching
  • 從舊到新
  • 從新到舊
  • 最多點贊
回覆
  • 在新貼文中回覆
登入後回覆
此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
  • A Annabelle

    @JKSH said in Qt Programming Language:

    @Annabelle said in Qt Programming Language:

    Now that I've got Visual Studio Community 2015 installed, what do I do next?

    Great! Just to double-check: During installation, did you select the option for C++ development?

    Your next step is to start making your way through the tutorials, starting from Chapter 0. Sections 0.1 to 0.5 provide introductory knowledge; section 0.6 "Installing an Integrated Development Environment" talks about installing Visual Studio (which you have already done); section 0.7 "Compiling your first program" is where the really important stuff begins. Make sure you follow the instructions carefully!

    It didn't give me that option in the initial installation. I had to run it again and press Enter on the "Modify" button, and then check the checkboxes next to the appropriate options for programming language components. The one I couldn't find was "C++ Development". I did, however, find "Visual C++". Is that the one you mean? Also, it installed, in addition to Visual Studio 2015, two programs with which I'm not familiar. Microsoft Silverlight, and Microsoft Expression. What do these programs do? Are they necessary components for running Visual Studio Community? If not, is there a way to safely uninstall them without taking away from Visual Studio Community? Also, this new installation has caused my machine to take a little more time between the Windows Logon screen and JAWS starting up. What's up with that, I wonder?

    JKSHJ 離線
    JKSHJ 離線
    JKSH
    Moderators
    寫於 最後由 編輯
    #202

    Sorry for the late reply.

    @Annabelle said in Qt Programming Language:

    It didn't give me that option in the initial installation. I had to run it again and press Enter on the "Modify" button, and then check the checkboxes next to the appropriate options for programming language components. The one I couldn't find was "C++ Development". I did, however, find "Visual C++". Is that the one you mean?

    Yes, that's the one I meant. Install "Visual C++" so that you can build C++ programs.

    Also, it installed, in addition to Visual Studio 2015, two programs with which I'm not familiar. Microsoft Silverlight, and Microsoft Expression. What do these programs do? Are they necessary components for running Visual Studio Community?

    Microsoft Silverlight is a technology to create rich interactive websites, similar to Adobe Flash. However, both Silverlight and Flash have fallen out of favour these days.

    Microsoft Expression is a program to edit HTML documents.

    Neither component is necessary to run Visual Studio Community.

    If not, is there a way to safely uninstall them without taking away from Visual Studio Community?

    If you click the "Modify" button again, are you able to uncheck the checkboxes for Silverlight and Expression?

    Also, this new installation has caused my machine to take a little more time between the Windows Logon screen and JAWS starting up. What's up with that, I wonder?

    I'm not sure. None of the Visual Studio components run at startup so they shouldn't have any impact on startup time.

    Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

    A 1 條回覆 最後回覆
    1
    • JKSHJ JKSH

      Sorry for the late reply.

      @Annabelle said in Qt Programming Language:

      It didn't give me that option in the initial installation. I had to run it again and press Enter on the "Modify" button, and then check the checkboxes next to the appropriate options for programming language components. The one I couldn't find was "C++ Development". I did, however, find "Visual C++". Is that the one you mean?

      Yes, that's the one I meant. Install "Visual C++" so that you can build C++ programs.

      Also, it installed, in addition to Visual Studio 2015, two programs with which I'm not familiar. Microsoft Silverlight, and Microsoft Expression. What do these programs do? Are they necessary components for running Visual Studio Community?

      Microsoft Silverlight is a technology to create rich interactive websites, similar to Adobe Flash. However, both Silverlight and Flash have fallen out of favour these days.

      Microsoft Expression is a program to edit HTML documents.

      Neither component is necessary to run Visual Studio Community.

      If not, is there a way to safely uninstall them without taking away from Visual Studio Community?

      If you click the "Modify" button again, are you able to uncheck the checkboxes for Silverlight and Expression?

      Also, this new installation has caused my machine to take a little more time between the Windows Logon screen and JAWS starting up. What's up with that, I wonder?

      I'm not sure. None of the Visual Studio components run at startup so they shouldn't have any impact on startup time.

      A 離線
      A 離線
      Annabelle
      寫於 最後由 編輯
      #203

      @JKSH said in Qt Programming Language:

      Sorry for the late reply.

      @Annabelle said in Qt Programming Language:

      It didn't give me that option in the initial installation. I had to run it again and press Enter on the "Modify" button, and then check the checkboxes next to the appropriate options for programming language components. The one I couldn't find was "C++ Development". I did, however, find "Visual C++". Is that the one you mean?

      Yes, that's the one I meant. Install "Visual C++" so that you can build C++ programs.

      Also, it installed, in addition to Visual Studio 2015, two programs with which I'm not familiar. Microsoft Silverlight, and Microsoft Expression. What do these programs do? Are they necessary components for running Visual Studio Community?

      Microsoft Silverlight is a technology to create rich interactive websites, similar to Adobe Flash. However, both Silverlight and Flash have fallen out of favour these days.

      Microsoft Expression is a program to edit HTML documents.

      Neither component is necessary to run Visual Studio Community.

      If not, is there a way to safely uninstall them without taking away from Visual Studio Community?

      If you click the "Modify" button again, are you able to uncheck the checkboxes for Silverlight and Expression?

      Also, this new installation has caused my machine to take a little more time between the Windows Logon screen and JAWS starting up. What's up with that, I wonder?

      I'm not sure. None of the Visual Studio components run at startup so they shouldn't have any impact on startup time.

      Now that I've installed the Visual C++ programming language component, what do I do next?

      JKSHJ 1 條回覆 最後回覆
      0
      • A Annabelle

        @JKSH said in Qt Programming Language:

        Sorry for the late reply.

        @Annabelle said in Qt Programming Language:

        It didn't give me that option in the initial installation. I had to run it again and press Enter on the "Modify" button, and then check the checkboxes next to the appropriate options for programming language components. The one I couldn't find was "C++ Development". I did, however, find "Visual C++". Is that the one you mean?

        Yes, that's the one I meant. Install "Visual C++" so that you can build C++ programs.

        Also, it installed, in addition to Visual Studio 2015, two programs with which I'm not familiar. Microsoft Silverlight, and Microsoft Expression. What do these programs do? Are they necessary components for running Visual Studio Community?

        Microsoft Silverlight is a technology to create rich interactive websites, similar to Adobe Flash. However, both Silverlight and Flash have fallen out of favour these days.

        Microsoft Expression is a program to edit HTML documents.

        Neither component is necessary to run Visual Studio Community.

        If not, is there a way to safely uninstall them without taking away from Visual Studio Community?

        If you click the "Modify" button again, are you able to uncheck the checkboxes for Silverlight and Expression?

        Also, this new installation has caused my machine to take a little more time between the Windows Logon screen and JAWS starting up. What's up with that, I wonder?

        I'm not sure. None of the Visual Studio components run at startup so they shouldn't have any impact on startup time.

        Now that I've installed the Visual C++ programming language component, what do I do next?

        JKSHJ 離線
        JKSHJ 離線
        JKSH
        Moderators
        寫於 最後由 編輯
        #204

        @Annabelle said in Qt Programming Language:

        Now that I've installed the Visual C++ programming language component, what do I do next?

        The next thing to do is to follow the tutorial and learn C++.

        Just to double-check: Are you willing to spend time and effort to learn programming? It will take you at least a few weeks to learn the basics of C++. After that, it will take you at least a few months to learn the various features you need and to produce the program that you've been describing.

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        A 1 條回覆 最後回覆
        0
        • JKSHJ JKSH

          @Annabelle said in Qt Programming Language:

          Now that I've installed the Visual C++ programming language component, what do I do next?

          The next thing to do is to follow the tutorial and learn C++.

          Just to double-check: Are you willing to spend time and effort to learn programming? It will take you at least a few weeks to learn the basics of C++. After that, it will take you at least a few months to learn the various features you need and to produce the program that you've been describing.

          A 離線
          A 離線
          Annabelle
          寫於 最後由 編輯
          #205

          @JKSH said in Qt Programming Language:

          @Annabelle said in Qt Programming Language:

          Now that I've installed the Visual C++ programming language component, what do I do next?

          The next thing to do is to follow the tutorial and learn C++.

          Just to double-check: Are you willing to spend time and effort to learn programming? It will take you at least a few weeks to learn the basics of C++. After that, it will take you at least a few months to learn the various features you need and to produce the program that you've been describing.

          You ask if I'm willing to spend time and effort learning programming? The answer to that is a resounding "Yes!" I'm willing to learn anything, as long as I can take it one step at a time, and as long as there aren't too many graphics for my screenreader to have to jump over. So a few weeks to learn the basics, and a few months to learn the concepts you mention as far as "if" statements, variables, and string manipulation goes?

          JKSHJ 1 條回覆 最後回覆
          0
          • A Annabelle

            @JKSH said in Qt Programming Language:

            @Annabelle said in Qt Programming Language:

            Now that I've installed the Visual C++ programming language component, what do I do next?

            The next thing to do is to follow the tutorial and learn C++.

            Just to double-check: Are you willing to spend time and effort to learn programming? It will take you at least a few weeks to learn the basics of C++. After that, it will take you at least a few months to learn the various features you need and to produce the program that you've been describing.

            You ask if I'm willing to spend time and effort learning programming? The answer to that is a resounding "Yes!" I'm willing to learn anything, as long as I can take it one step at a time, and as long as there aren't too many graphics for my screenreader to have to jump over. So a few weeks to learn the basics, and a few months to learn the concepts you mention as far as "if" statements, variables, and string manipulation goes?

            JKSHJ 離線
            JKSHJ 離線
            JKSH
            Moderators
            寫於 最後由 編輯
            #206

            @Annabelle said in Qt Programming Language:

            You ask if I'm willing to spend time and effort learning programming? The answer to that is a resounding "Yes!" I'm willing to learn anything, as long as I can take it one step at a time, and as long as there aren't too many graphics for my screenreader to have to jump over. So a few weeks to learn the basics, and a few months to learn the concepts you mention as far as "if" statements, variables, and string manipulation goes?

            That's great! It is refreshing to see your enthusiasm for learning.

            Concepts like variables and "if" statements are part of basic C++, so I think you should cover those within a few weeks. I would say string manipulation is intermediate-level. Let me know when you've finished learning the basics, and I'll be happy to teach you more about string manipulation.

            GUIs, accessibility features, and building the applications are much more advanced -- these will take you a few months (at least) to understand.

            Anyway, all the best with learning C++ through learncpp.com. As I mentioned before, work through all of chapter 0, all of chapter 1, section 2.1, and section 2.6. After that, search for the concepts I mentioned.

            Feel free to ask here if something is unclear in the tutorial.

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            A 1 條回覆 最後回覆
            0
            • JKSHJ JKSH

              @Annabelle said in Qt Programming Language:

              You ask if I'm willing to spend time and effort learning programming? The answer to that is a resounding "Yes!" I'm willing to learn anything, as long as I can take it one step at a time, and as long as there aren't too many graphics for my screenreader to have to jump over. So a few weeks to learn the basics, and a few months to learn the concepts you mention as far as "if" statements, variables, and string manipulation goes?

              That's great! It is refreshing to see your enthusiasm for learning.

              Concepts like variables and "if" statements are part of basic C++, so I think you should cover those within a few weeks. I would say string manipulation is intermediate-level. Let me know when you've finished learning the basics, and I'll be happy to teach you more about string manipulation.

              GUIs, accessibility features, and building the applications are much more advanced -- these will take you a few months (at least) to understand.

              Anyway, all the best with learning C++ through learncpp.com. As I mentioned before, work through all of chapter 0, all of chapter 1, section 2.1, and section 2.6. After that, search for the concepts I mentioned.

              Feel free to ask here if something is unclear in the tutorial.

              A 離線
              A 離線
              Annabelle
              寫於 最後由 編輯
              #207

              @JKSH said in Qt Programming Language:

              @Annabelle said in Qt Programming Language:

              You ask if I'm willing to spend time and effort learning programming? The answer to that is a resounding "Yes!" I'm willing to learn anything, as long as I can take it one step at a time, and as long as there aren't too many graphics for my screenreader to have to jump over. So a few weeks to learn the basics, and a few months to learn the concepts you mention as far as "if" statements, variables, and string manipulation goes?

              That's great! It is refreshing to see your enthusiasm for learning.

              Concepts like variables and "if" statements are part of basic C++, so I think you should cover those within a few weeks. I would say string manipulation is intermediate-level. Let me know when you've finished learning the basics, and I'll be happy to teach you more about string manipulation.

              GUIs, accessibility features, and building the applications are much more advanced -- these will take you a few months (at least) to understand.

              Anyway, all the best with learning C++ through learncpp.com. As I mentioned before, work through all of chapter 0, all of chapter 1, section 2.1, and section 2.6. After that, search for the concepts I mentioned.

              Feel free to ask here if something is unclear in the tutorial.

              I tried compiling a Qt version of "Hello World" in Visual Studio, but it said there were a bunch of errors, despite the fact that I copied and pasted the code into a text document from the Qt Documentation. Then I pasted that code into Visual Studio's "Text Editor". On http://www.learncpp.com, there's a different way of printing the "Hello World" project, where the code has something called "cout", which I don't understand. What's the difference between these two codes? That is, the Qt code of "Hello World", and the C++ code of "Hello World"? I'm confused on this one!

              JKSHJ 1 條回覆 最後回覆
              0
              • A Annabelle

                @JKSH said in Qt Programming Language:

                @Annabelle said in Qt Programming Language:

                You ask if I'm willing to spend time and effort learning programming? The answer to that is a resounding "Yes!" I'm willing to learn anything, as long as I can take it one step at a time, and as long as there aren't too many graphics for my screenreader to have to jump over. So a few weeks to learn the basics, and a few months to learn the concepts you mention as far as "if" statements, variables, and string manipulation goes?

                That's great! It is refreshing to see your enthusiasm for learning.

                Concepts like variables and "if" statements are part of basic C++, so I think you should cover those within a few weeks. I would say string manipulation is intermediate-level. Let me know when you've finished learning the basics, and I'll be happy to teach you more about string manipulation.

                GUIs, accessibility features, and building the applications are much more advanced -- these will take you a few months (at least) to understand.

                Anyway, all the best with learning C++ through learncpp.com. As I mentioned before, work through all of chapter 0, all of chapter 1, section 2.1, and section 2.6. After that, search for the concepts I mentioned.

                Feel free to ask here if something is unclear in the tutorial.

                I tried compiling a Qt version of "Hello World" in Visual Studio, but it said there were a bunch of errors, despite the fact that I copied and pasted the code into a text document from the Qt Documentation. Then I pasted that code into Visual Studio's "Text Editor". On http://www.learncpp.com, there's a different way of printing the "Hello World" project, where the code has something called "cout", which I don't understand. What's the difference between these two codes? That is, the Qt code of "Hello World", and the C++ code of "Hello World"? I'm confused on this one!

                JKSHJ 離線
                JKSHJ 離線
                JKSH
                Moderators
                寫於 最後由 編輯
                #208

                @Annabelle said in Qt Programming Language:

                I tried compiling a Qt version of "Hello World" in Visual Studio, but it said there were a bunch of errors, despite the fact that I copied and pasted the code into a text document from the Qt Documentation.

                Before you can use Qt in Visual Studio, you need to perform some additional setup. For now, let's skip all this complexity. Just follow the tutorial without using Qt for now.

                Then I pasted that code into Visual Studio's "Text Editor". On http://www.learncpp.com, there's a different way of printing the "Hello World" project, where the code has something called "cout", which I don't understand. What's the difference between these two codes? That is, the Qt code of "Hello World", and the C++ code of "Hello World"? I'm confused on this one!

                A "Hello World" program is just a very simple program to help programmers to start using a new language or library. These are not unique; there are many variants of C++ "Hello Worlds" and many variants of Qt "Hello Worlds".

                • A C++ "Hello World" program introduces the programmer to the C++ language.
                • A Qt "Hello World" program introduces the programmer to the Qt library.

                cout stands for "character output". It is a place where your program can display some text.

                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                A 1 條回覆 最後回覆
                2
                • JKSHJ JKSH

                  @Annabelle said in Qt Programming Language:

                  I tried compiling a Qt version of "Hello World" in Visual Studio, but it said there were a bunch of errors, despite the fact that I copied and pasted the code into a text document from the Qt Documentation.

                  Before you can use Qt in Visual Studio, you need to perform some additional setup. For now, let's skip all this complexity. Just follow the tutorial without using Qt for now.

                  Then I pasted that code into Visual Studio's "Text Editor". On http://www.learncpp.com, there's a different way of printing the "Hello World" project, where the code has something called "cout", which I don't understand. What's the difference between these two codes? That is, the Qt code of "Hello World", and the C++ code of "Hello World"? I'm confused on this one!

                  A "Hello World" program is just a very simple program to help programmers to start using a new language or library. These are not unique; there are many variants of C++ "Hello Worlds" and many variants of Qt "Hello Worlds".

                  • A C++ "Hello World" program introduces the programmer to the C++ language.
                  • A Qt "Hello World" program introduces the programmer to the Qt library.

                  cout stands for "character output". It is a place where your program can display some text.

                  A 離線
                  A 離線
                  Annabelle
                  寫於 最後由 編輯
                  #209

                  @JKSH said in Qt Programming Language:

                  @Annabelle said in Qt Programming Language:

                  I tried compiling a Qt version of "Hello World" in Visual Studio, but it said there were a bunch of errors, despite the fact that I copied and pasted the code into a text document from the Qt Documentation.

                  Before you can use Qt in Visual Studio, you need to perform some additional setup. For now, let's skip all this complexity. Just follow the tutorial without using Qt for now.

                  Then I pasted that code into Visual Studio's "Text Editor". On http://www.learncpp.com, there's a different way of printing the "Hello World" project, where the code has something called "cout", which I don't understand. What's the difference between these two codes? That is, the Qt code of "Hello World", and the C++ code of "Hello World"? I'm confused on this one!

                  A "Hello World" program is just a very simple program to help programmers to start using a new language or library. These are not unique; there are many variants of C++ "Hello Worlds" and many variants of Qt "Hello Worlds".

                  • A C++ "Hello World" program introduces the programmer to the C++ language.
                  • A Qt "Hello World" program introduces the programmer to the Qt library.

                  cout stands for "character output". It is a place where your program can display some text.

                  If I lose focus with the text editor in Visual Studio while performing the examples in the tutorial, is there a keyboard shortcut for me to put it in focus again?

                  JKSHJ 1 條回覆 最後回覆
                  0
                  • A Annabelle

                    @JKSH said in Qt Programming Language:

                    @Annabelle said in Qt Programming Language:

                    I tried compiling a Qt version of "Hello World" in Visual Studio, but it said there were a bunch of errors, despite the fact that I copied and pasted the code into a text document from the Qt Documentation.

                    Before you can use Qt in Visual Studio, you need to perform some additional setup. For now, let's skip all this complexity. Just follow the tutorial without using Qt for now.

                    Then I pasted that code into Visual Studio's "Text Editor". On http://www.learncpp.com, there's a different way of printing the "Hello World" project, where the code has something called "cout", which I don't understand. What's the difference between these two codes? That is, the Qt code of "Hello World", and the C++ code of "Hello World"? I'm confused on this one!

                    A "Hello World" program is just a very simple program to help programmers to start using a new language or library. These are not unique; there are many variants of C++ "Hello Worlds" and many variants of Qt "Hello Worlds".

                    • A C++ "Hello World" program introduces the programmer to the C++ language.
                    • A Qt "Hello World" program introduces the programmer to the Qt library.

                    cout stands for "character output". It is a place where your program can display some text.

                    If I lose focus with the text editor in Visual Studio while performing the examples in the tutorial, is there a keyboard shortcut for me to put it in focus again?

                    JKSHJ 離線
                    JKSHJ 離線
                    JKSH
                    Moderators
                    寫於 最後由 編輯
                    #210

                    @Annabelle said in Qt Programming Language:

                    If I lose focus with the text editor in Visual Studio while performing the examples in the tutorial, is there a keyboard shortcut for me to put it in focus again?

                    Could you please describe what you were doing up to the moment where focus is lost?

                    Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                    A 1 條回覆 最後回覆
                    0
                    • JKSHJ JKSH

                      @Annabelle said in Qt Programming Language:

                      If I lose focus with the text editor in Visual Studio while performing the examples in the tutorial, is there a keyboard shortcut for me to put it in focus again?

                      Could you please describe what you were doing up to the moment where focus is lost?

                      A 離線
                      A 離線
                      Annabelle
                      寫於 最後由 編輯
                      #211

                      @JKSH said in Qt Programming Language:

                      @Annabelle said in Qt Programming Language:

                      If I lose focus with the text editor in Visual Studio while performing the examples in the tutorial, is there a keyboard shortcut for me to put it in focus again?

                      Could you please describe what you were doing up to the moment where focus is lost?

                      I created a new project, which took me to the editor where there was some example text, then I deleted what was there. Next, I went to the tutorial where the "Hello World" code was, and I copied the code to the clipboard. When I pressed Alt+Tab to return to the text editor in Visual Studio to paste the newly-copied code, my screenreader didn't show it (the text editor), just a blank screen.

                      JKSHJ 1 條回覆 最後回覆
                      0
                      • A Annabelle

                        @JKSH said in Qt Programming Language:

                        @Annabelle said in Qt Programming Language:

                        If I lose focus with the text editor in Visual Studio while performing the examples in the tutorial, is there a keyboard shortcut for me to put it in focus again?

                        Could you please describe what you were doing up to the moment where focus is lost?

                        I created a new project, which took me to the editor where there was some example text, then I deleted what was there. Next, I went to the tutorial where the "Hello World" code was, and I copied the code to the clipboard. When I pressed Alt+Tab to return to the text editor in Visual Studio to paste the newly-copied code, my screenreader didn't show it (the text editor), just a blank screen.

                        JKSHJ 離線
                        JKSHJ 離線
                        JKSH
                        Moderators
                        寫於 最後由 編輯
                        #212

                        @Annabelle said in Qt Programming Language:

                        I created a new project, which took me to the editor where there was some example text, then I deleted what was there. Next, I went to the tutorial where the "Hello World" code was, and I copied the code to the clipboard. When I pressed Alt+Tab to return to the text editor in Visual Studio to paste the newly-copied code, my screenreader didn't show it (the text editor), just a blank screen.

                        Could it be that the screenreader was silent because there was no text inside the editor? What happens when you try to paste the newly-copied code?

                        Also, try using Ctrl+Tab to cycle between sub-windows inside Visual Studio.

                        One final word of advise: Please don't wait for me (or anyone else) to reply before you take action. Take the initiative to try different things (and search on Google) to see if you can solve the problem before someone replies.

                        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                        A 1 條回覆 最後回覆
                        0
                        • JKSHJ JKSH

                          @Annabelle said in Qt Programming Language:

                          I created a new project, which took me to the editor where there was some example text, then I deleted what was there. Next, I went to the tutorial where the "Hello World" code was, and I copied the code to the clipboard. When I pressed Alt+Tab to return to the text editor in Visual Studio to paste the newly-copied code, my screenreader didn't show it (the text editor), just a blank screen.

                          Could it be that the screenreader was silent because there was no text inside the editor? What happens when you try to paste the newly-copied code?

                          Also, try using Ctrl+Tab to cycle between sub-windows inside Visual Studio.

                          One final word of advise: Please don't wait for me (or anyone else) to reply before you take action. Take the initiative to try different things (and search on Google) to see if you can solve the problem before someone replies.

                          A 離線
                          A 離線
                          Annabelle
                          寫於 最後由 編輯
                          #213

                          @JKSH said in Qt Programming Language:

                          @Annabelle said in Qt Programming Language:

                          I created a new project, which took me to the editor where there was some example text, then I deleted what was there. Next, I went to the tutorial where the "Hello World" code was, and I copied the code to the clipboard. When I pressed Alt+Tab to return to the text editor in Visual Studio to paste the newly-copied code, my screenreader didn't show it (the text editor), just a blank screen.

                          Could it be that the screenreader was silent because there was no text inside the editor? What happens when you try to paste the newly-copied code?

                          Also, try using Ctrl+Tab to cycle between sub-windows inside Visual Studio.

                          One final word of advise: Please don't wait for me (or anyone else) to reply before you take action. Take the initiative to try different things (and search on Google) to see if you can solve the problem before someone replies.

                          I'm not sure why this didn't work, but I pasted the Hello World code in the text editor window, then when building the project, there were some errors. Even though I pasted the code without any changes.
                          0_1540994545531_8d93dc3f-313e-41be-a836-59bb363386f9-image.png

                          JonBJ 1 條回覆 最後回覆
                          0
                          • A Annabelle

                            @JKSH said in Qt Programming Language:

                            @Annabelle said in Qt Programming Language:

                            I created a new project, which took me to the editor where there was some example text, then I deleted what was there. Next, I went to the tutorial where the "Hello World" code was, and I copied the code to the clipboard. When I pressed Alt+Tab to return to the text editor in Visual Studio to paste the newly-copied code, my screenreader didn't show it (the text editor), just a blank screen.

                            Could it be that the screenreader was silent because there was no text inside the editor? What happens when you try to paste the newly-copied code?

                            Also, try using Ctrl+Tab to cycle between sub-windows inside Visual Studio.

                            One final word of advise: Please don't wait for me (or anyone else) to reply before you take action. Take the initiative to try different things (and search on Google) to see if you can solve the problem before someone replies.

                            I'm not sure why this didn't work, but I pasted the Hello World code in the text editor window, then when building the project, there were some errors. Even though I pasted the code without any changes.
                            0_1540994545531_8d93dc3f-313e-41be-a836-59bb363386f9-image.png

                            JonBJ 線上
                            JonBJ 線上
                            JonB
                            寫於 最後由 JonB 編輯
                            #214

                            @Annabelle
                            [EDIT: I have scrapped my suggestions here, read @mrjj's post below. He is right because of the error message number. You are using a .cs file extension and compiling your code as C# instead of C++ in Visual Studio. Change your filename extension to .cpp. You need to create a completely different kind of project in Visual Studio, it must be something like a "C++ project" and not a "CSharp project".]

                            1 條回覆 最後回覆
                            0
                            • mrjjM 離線
                              mrjjM 離線
                              mrjj
                              Lifetime Qt Champion
                              寫於 最後由 編輯
                              #215

                              Hi
                              Im wondering about the file extension.
                              Its .cs which would indicate a c sharp program
                              and not a c++ one ?
                              Maybe a wrong template was used to create it ?

                              JKSHJ 1 條回覆 最後回覆
                              4
                              • mrjjM mrjj

                                Hi
                                Im wondering about the file extension.
                                Its .cs which would indicate a c sharp program
                                and not a c++ one ?
                                Maybe a wrong template was used to create it ?

                                JKSHJ 離線
                                JKSHJ 離線
                                JKSH
                                Moderators
                                寫於 最後由 編輯
                                #216

                                @mrjj said in Qt Programming Language:

                                Hi
                                Im wondering about the file extension.
                                Its .cs which would indicate a c sharp program
                                and not a c++ one ?
                                Maybe a wrong template was used to create it ?

                                @mrjj is right; you have created a C# project instead of a C++ project. When you create a project, select "Visual C++".

                                I can't remember what Visual Studio 2015 is like, but Visual Studio 2017 lets me choose Visual C++ > Windows Desktop > Windows Console Application.

                                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                                A 1 條回覆 最後回覆
                                0
                                • JKSHJ JKSH

                                  @mrjj said in Qt Programming Language:

                                  Hi
                                  Im wondering about the file extension.
                                  Its .cs which would indicate a c sharp program
                                  and not a c++ one ?
                                  Maybe a wrong template was used to create it ?

                                  @mrjj is right; you have created a C# project instead of a C++ project. When you create a project, select "Visual C++".

                                  I can't remember what Visual Studio 2015 is like, but Visual Studio 2017 lets me choose Visual C++ > Windows Desktop > Windows Console Application.

                                  A 離線
                                  A 離線
                                  Annabelle
                                  寫於 最後由 編輯
                                  #217

                                  @JKSH said in Qt Programming Language:

                                  @mrjj said in Qt Programming Language:

                                  Hi
                                  Im wondering about the file extension.
                                  Its .cs which would indicate a c sharp program
                                  and not a c++ one ?
                                  Maybe a wrong template was used to create it ?

                                  @mrjj is right; you have created a C# project instead of a C++ project. When you create a project, select "Visual C++".

                                  I can't remember what Visual Studio 2015 is like, but Visual Studio 2017 lets me choose Visual C++ > Windows Desktop > Windows Console Application.

                                  Here's another screenshot. This time, I actually created a C++ project, but it still says there's an error. 0_1541007381736_537203d4-62e9-49e1-9e39-5c7e079ba05e-image.png

                                  JonBJ 1 條回覆 最後回覆
                                  0
                                  • A Annabelle

                                    @JKSH said in Qt Programming Language:

                                    @mrjj said in Qt Programming Language:

                                    Hi
                                    Im wondering about the file extension.
                                    Its .cs which would indicate a c sharp program
                                    and not a c++ one ?
                                    Maybe a wrong template was used to create it ?

                                    @mrjj is right; you have created a C# project instead of a C++ project. When you create a project, select "Visual C++".

                                    I can't remember what Visual Studio 2015 is like, but Visual Studio 2017 lets me choose Visual C++ > Windows Desktop > Windows Console Application.

                                    Here's another screenshot. This time, I actually created a C++ project, but it still says there's an error. 0_1541007381736_537203d4-62e9-49e1-9e39-5c7e079ba05e-image.png

                                    JonBJ 線上
                                    JonBJ 線上
                                    JonB
                                    寫於 最後由 JonB 編輯
                                    #218

                                    @Annabelle
                                    This is to do with the VS/MS compiler. Paste the following line:

                                    #include "stdafx.h"
                                    

                                    into your file, as the first line, somewhere above your existing #include <iostream>.

                                    Alternatively you can remove a compiler switch (/Yu) in your VS project, but I think the above is easiest.

                                    A 1 條回覆 最後回覆
                                    1
                                    • JonBJ JonB

                                      @Annabelle
                                      This is to do with the VS/MS compiler. Paste the following line:

                                      #include "stdafx.h"
                                      

                                      into your file, as the first line, somewhere above your existing #include <iostream>.

                                      Alternatively you can remove a compiler switch (/Yu) in your VS project, but I think the above is easiest.

                                      A 離線
                                      A 離線
                                      Annabelle
                                      寫於 最後由 編輯
                                      #219

                                      @JonB said in Qt Programming Language:

                                      @Annabelle
                                      This is to do with the VS/MS compiler. Paste the following line:

                                      #include "stdafx.h"
                                      

                                      into your file, as the first line, somewhere above your existing #include <iostream>.

                                      Alternatively you remover a compiler switch (/Yu) in your VS project, but I think the above is easiest.

                                      What exactly is "stdafx"? Is it an initializing parameter?

                                      JKSHJ 1 條回覆 最後回覆
                                      0
                                      • A Annabelle

                                        @JonB said in Qt Programming Language:

                                        @Annabelle
                                        This is to do with the VS/MS compiler. Paste the following line:

                                        #include "stdafx.h"
                                        

                                        into your file, as the first line, somewhere above your existing #include <iostream>.

                                        Alternatively you remover a compiler switch (/Yu) in your VS project, but I think the above is easiest.

                                        What exactly is "stdafx"? Is it an initializing parameter?

                                        JKSHJ 離線
                                        JKSHJ 離線
                                        JKSH
                                        Moderators
                                        寫於 最後由 編輯
                                        #220

                                        @Annabelle said in Qt Programming Language:

                                        What exactly is "stdafx"? Is it an initializing parameter?

                                        You can find an answer by searching on Google or another search engine. Programmers must use search engines often, so make it a habit.

                                        Here is an answer: https://stackoverflow.com/questions/2976035/purpose-of-stdafx-h

                                        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                                        1 條回覆 最後回覆
                                        1
                                        • A 離線
                                          A 離線
                                          Annabelle
                                          寫於 最後由 編輯
                                          #221

                                          I don't know what I did wrong this time, but here's another screenshot of an error.
                                          0_1541225135389_7d1ba768-18a7-4ec3-b4aa-26271bc951dc-image.png

                                          JonBJ 1 條回覆 最後回覆
                                          0

                                          • 登入

                                          • Login or register to search.
                                          • 第一個貼文
                                            最後的貼文
                                          0
                                          • 版面
                                          • 最新
                                          • 標籤
                                          • 熱門
                                          • 使用者
                                          • 群組
                                          • 搜尋
                                          • Get Qt Extensions
                                          • Unsolved