top of page

Programming environments

Hi!

Today I will talk some about IDE for programming in C++.

Firstly before we chose IDE we need to understand where we want to deploy our software.

The easiest way is to programming on Windows - my subjective opinion. Because IDE make everything do everything for you and it is working fine.

One of the most popular environments is Visual Studio.

This is multi-language (C++, C# etc. without java) IDE which allow you to write, compile, sync git repository, making documentation from commentary. Big tool witch big possibilities. Platforms: Windows

QT is also multi-language IDE (without java), width many modules which is strong atribute. In my opinion less intuitive than visual, but still good. QT got own language for UI - QML.

Platforms: Windows, Mac, Linux, Android, Embedded

I heard about InteliJ many warm things - people love it, but in my opinion it is just good IDE nothing else. Of course it is my opinion, I work on it just for a while in customer project. As all IDE is multi-language.

Platforms: Windows, Mac, Linux, Websites

Eclipse is one of the oldest IDE which i had years ago, many of them died, but eclipse got strong community, as rest is multi-languages - in programming sense. Eclipse work even if you just download it -it just works. Market for addons is awsome things, but this IDE is not looking moder if I can say that.

Platforms: Windows, Mac, Linux, Websites, etc (by plugins)

I tried to use NetBeans far far ago, but I needed create make file, that's why I was not using it, but it was few years ago. Now I heard, that it is almost modern IDE similar to eclipse, but not that often remaked.

At least Android studio that means java or c++ plus java. On android base of every project is java. It is good IDE for Android projects, got plenty of addons like android emulator.

Mono one of the best tools for C# - I love how it look like. It was first environment to compilation C# on linux, when unity3D got success with mono as IDE Microsoft buy mono and make free version of Visual Studio for unity and Visual Studio Code - one of the best small notepad like tools with many addons like git etc.

Have a nice day!

Subscribe me!

Be sure that you read all.

  • Facebook Clean
  • Black Twitter Icon
  • Black Instagram Icon
  • Black YouTube Icon
Recent Posts
bottom of page