Excellent video. Very helpful! Thank you. One comment: After you download & extract the MinGW files, & set your new path in "Edit the system environment variables," in order to confirm that gcc etc. are installed, you may need to restart CMD; that is, simply close it and restart it. Otherwise, when you type in "gcc --version" you may get the error: "gcc is not recognized as an internal or external command."
Thank you for the clear explanation, this video helped me a lot! Do you know if it's possible to update gcc/g++/gdb version in the future using a command in CMD or should I occasionally download and install a new version manually?