c++ - Installing gcc 6.1 on Windows 10 -
i installed gcc using mingw. gcc version 5.3.0. class teaching in c++ 14. understanding gcc 6.1 or newer defaults in c++ 14 5.4 requires me change settings. heard have change setting on ide (eclipse). added -std=c++14 setting, following this answer.
so did that, eclipse still did not understand test code.
next tried downloading gcc using cygwin , following these instructions.
this gave me gcc version 5.4.0, different version mingw. got step 3, says add command line:
$ wget htp://ftpmirror.gnu.org/gcc/gcc-4.9.2/gcc-4.9.2.tar.gz (i removed t http stackoverflow doesnt change link)
$ tar xf gcc-4.9.2.tar.gz
however, cygwin terminal did not understand wget.
can me out gcc 6.1 or 6.2 on desktop can start coding in c++ 14?
Comments
Post a Comment