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.

https://i.gyazo.com/17a3a2dee6218b585a64a57a29e83c04.png

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.

enter image description here

can me out gcc 6.1 or 6.2 on desktop can start coding in c++ 14?


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -