I have a horrible time with C++ programming on Windows.
I can't link to Boost
library.
Now, I am thinking about compiling my cpp
programs in Ubuntu and run it on Windows.
Despite i586-mingw32msvc-g++
suggested here works for many people. It is not a good solution for me as it is older than C++11
and I cannot use it with boost library.
Is there any alternative method?