When I try
cpp -v
It shows I have gcc 4.9.2 installed. How do I check the current C++ version that I have installed on my Windows computer ?
Thanks !
EDIT:
Trying with
g++ -v
gives me this result -
Try using g++ --version command at cmd Because for me also g++ -version or g++ -v command hasn't worked.
g++ -v (To check g++ version in window through cmd workes fine)
Just use g++ -v
or gcc -v
which will give you your compiler version.
You can also go to your windows settings, click on "Apps" go to the search bar and search up c++
scroll down to the last item, and click on it. The version should be displayed fairly obviously for you.
Microsoft Visual C++ version displayed from Microsoft Window's Settings
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