How do I check if gcc
is installed on my pc? I'm running windows 7.
Very simple.
Go to Command Prompt and type
gcc -v
if gcc is installed on your PC, it should display a host of information, starting with the sentence
Using built-in specs
and that will indicate that gcc is installed on your computer.
Type the following: gcc --version
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With