What's the recommended way to upgrade mingw/gcc on windows?
Posted: Wed Oct 22, 2014 11:59 am
I installed codelite 6.1.1 on 32 bit windows 7, and I really love how much smaller and faster it is than visual studio.
My project needs to be a C++11 project using the Boost libraries, and I noticed that the latest version of Boost has been tested with C++11 on mingw gcc 4.8.2 and gcc 4.9.0. The version of mingw gcc that's bundled with codelite is tdm gcc 4.8.1
Since I want my code to be as reliable as possible, I want to use a version of C++11 that the library was tested with. What is the recommended way of upgrading mingw gcc for codelite?
Thank you for your time,
Josh Scholar
My project needs to be a C++11 project using the Boost libraries, and I noticed that the latest version of Boost has been tested with C++11 on mingw gcc 4.8.2 and gcc 4.9.0. The version of mingw gcc that's bundled with codelite is tdm gcc 4.8.1
Since I want my code to be as reliable as possible, I want to use a version of C++11 that the library was tested with. What is the recommended way of upgrading mingw gcc for codelite?
Thank you for your time,
Josh Scholar