D
D
Daniil Demidko2015-11-22 12:04:20
C++ / C#
Daniil Demidko, 2015-11-22 12:04:20

What actual and free C++ compilers exist at the moment?

Suggest a good compiler. And a link to his website if possible.
I use code::blocks, I want to change the MinGW embedded in it to something more relevant.
What happened to MinGW? Is it no longer updated? On the official website, everything seems to have ended in 2013.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
MiiNiPaa, 2015-11-22
@Daniro_San

Suggest a good compiler.

Under Windows - Clang (Have to build, EMNIP ready-made binaries are not available EDIT : Yes ), Visual Studio or fresh MinGW (There are problems in some places)
Use third party builds like this one , or this one (contains boost and some utilities out of the box, but lacks multithreading support in the standard library)

O
OnYourLips, 2015-11-22
@OnYourLips

Is the requirement "free" mandatory? Or just free ones?
Under Windows, the MSVC compiler is usually used.

O
Oleg Tsilyurik, 2015-11-22
@Olej

Suggest a good compiler.

Dear student Daniil Demidko! Want some good advice to learn C/C++? ... for free ;-)
Don't go through compilers, but abandon Windows and go to Linux ... there you will get GCC, Clang, PCC, Code::Blocks, and much, much more.
But, most importantly, there you will acquire knowledge and skills, and you will not be hovering around ... and later you will be able to work in any system.
Don't waste your time on nonsense!

A
anikavoi, 2015-12-09
@anikavoi

https://www.cs.virginia.edu/~lcc-win32/
And in general go through https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%82%D...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question