C++ Beginner: Lesson 0 - Setup enviroment

In order to be able to start programming we will need an IDE. For all the exaples of code Qt Creator IDE is used. For the complete beginners it is advisable to use the same tool, but if you are familiar enough with programming you are free to choose.

It is easy to obtain Qt Creator community edition, which is the free version and the version we will use for the examples on this blog. From the website of Qt, qt.io, can be downloaded this IDE.
By the time this post was written the Qt Creator community edition was available on this link: Qt Open Source. When you land on the download page it should detect automatically the operating system you are using as it seen in the figure 1 bellow:

Figure 1: Qt Creator automatic OS detection

If you don't like to download the recommended version by the Qt Creator website you can follow this link to download the desired version.

In case you find difficulties to install the IDE please comment bellow and I would be happy to help.

(please report broken link in the comment)

Comments

Popular posts from this blog

Free host and domain

C++ Beginner: Lesson 3 - Simple calculator

C++ Beginner: Lesson 4 - Tic Tac Toe game