I'm looking forward to use Visual Studio Code for C++ Programming. I installed MinGW Installation Manager for Windows (32 bit - Windows 7). In that, I installed the following packages -
- mingw-developer-toolkit (and all other packages that install automatically with it)
- mingw32-base
- mingw32-gcc-g++ (and all other packages that install automatically with it)
When I click [Menu] Installation > Apply Changes > Apply, the packages start downloading but after some time, an error occurs:
I tried deleting the cache files and running MinGW Installation Manager as administrator, but the error persists.
Is there a way with which I can avoid this error, or is there any other way to do C++ Programming in Visual Studio Code (as I like this Editor) ?