0
I am facing problems when changing IDE, I was told that DEVC++ contains a lot of bugs and by option I was already in the mood to try other IDE’s, so I decided to test Code::Blocks and Visual Studio Code, but in both of them they give problem when I run my code, example of what appears in Visual Studio:
'gcc' not recognized as an internal command or external, an Oper program or a batch file.
To use gcc in Microsoft Windows you need to use Mingw. http:/mingw.org/
– anonimo
Thanks @anonimo I was missing I install it there too, I thought that by already having Dev C++ and some IDE’s I thought GCC would also be installed on my PC
– Ygor Takashi Nishi