问题 I would like to be able to compile C and C++ code under the Windows environment without using an IDE, just by using the Windows Command prompt (cmd.exe). I come from Linux, where you are be able to install the gcc package with just a command in the terminal: $ sudo apt install gcc I wonder if there is a C/C++ compiler collection in a package inside the Windows install folders, just like the ones in Linux, I just need to install. What also gives me a reason to ask this question is: Since the