T
IDE

Which convenient development environment for C ++ should I take, free or with available "cracks"?

Like Microsoft Visual C ++, and so that it can also be compiled from .sln (with GutHub) projects for .exe. But even if it is possible, then under Linux to collect applications from .sln. But the main thing is in .exe, and that it is convenient to work with this environment.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
Y
Yaroslav, 2015-06-20
@torwig

You can use QtCreator, but .sln files are Microsoft Visual C++ files, QtCreator has .pro files that can be opened on both Windows and Linux. And yes, under Windows, the output is also .exe :) You can also consider build systems like CMake, which will generate project files for a specific compiler.

A
Alexander Taratin, 2015-06-20
@Taraflex

Well, what do you miss in the community version of VS? On Linux, run through wine.

R
Roman Kitaev, 2015-06-20
@deliro

https://www.jetbrains.com/clion/

G
GavriKos, 2015-06-20
@GavriKos

Well Duc and take Microsoft Visual Studio, what's the problem? There is a free Community Edition.
To convert from sln to anything, look towards gyp.
Under Linux - QtCreator, CLion, NetBeans, Code::Blocks.

B
Boris the Animal, 2015-07-09
@Casper-SC

Visual Studio Community 2013

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question