In this semester, I enter C ++ this semester, so I need to set up development environments on both my Windows partitions and Ubuntu (I switch between them). I planned to use GCC in both environments for consistency, and because I plan to do some serious C ++ development on Linux with GCC.
It seems that installing MSYS and MinGW is the best way to use GCC and replicate my Linux dev environment. However, just setting up MSYS and MinGW on Windows seems like a long and difficult process, and I assume that in the future I will have limitations or compatibility issues.
- Do you know the benefits of setting up a development environment like MSYS Linux on Windows?
- Will I be able to use all the libraries that I could use if I used Visual C ++?
c ++ windows msys development-environment mingw
Evan kroske
source share