c++11?

Pages: 12
Did that right now and everything is working. I use mingw-builds too.

Did you made a fresh install? Deleting all previous MinGW files including libraries and such? Did you purge PATH variable from every other mention of MinGW?
Did you made a fresh install? Deleting all previous MinGW files including libraries and such? Did you purge PATH variable from every other mention of MinGW?

downloaded and installed. to a folder. deleted all other instances of mingw on this computer. checked system variables , none related to mingw or g++/gcc then restarted to be safe. still get the error.... Literally to ground zero on ideas.
edit: putting in "main.cpp" from the reference, and a folder named "g" in mingw32/bin then running :"g++ -o -std=c++11 main.cpp g" (without quotes) is valid correct?
Last edited on
Linked the 4.9.1 to codeblocks and it worked.
Topic archived. No new replies allowed.
Pages: 12