N
N
Noname2018-03-08 00:04:24
C++ / C#
Noname, 2018-03-08 00:04:24

Alternative to Visual Studio?

Hello. I programmed about 4 years ago in Visual Studio (like 2012), but that's not the point. There was a lot of trouble afterwards after its removal, a lot of garbage remained in the software components, according to the idea of ​​\u200b\u200bhow the add-ons for the studio went.
1. So, is there an adequate programming environment that has a compiler and the necessary libraries?
2. If not, is it possible to download all this separately? Let's say we write code in Sublime Text, and then compile it in a separate folder where all these libraries are. (in this case, you need a compiler, is there one? :D
In general, somehow it all sounds like this

Answer the question

In order to leave comments, you need to log in

5 answer(s)
P
Peter, 2018-03-08
@Ddeeeennn

For C++, there are Qt, Code::Blocks, NetBeans, and, it seems, Eclipse.
You can install the compiler separately and compile later from the command line.
Now there is Visual Studio Community Edition completely free.

W
wawa, 2018-03-08
@wawa

my 5 cents:
CodeLite, VSCode

X
xdgadd, 2018-03-08
@xdgadd

There is Clion from JetBrains.

D
Daniel Demidko, 2018-03-10
@DanielDemidko

codelite

R
res2001, 2018-03-13
@res2001

As a compiler, msys2 / mingw64 or the same Microsoft compiler is suitable, it can be installed separately from the studio.
As for libraries - msys2 has a package manager, you can install a huge number of free libraries and use them. For a microsoft compiler, you will either have to look for ready-made libraries, or build it yourself from the source (usually this does not cause any special problems).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question