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 -
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.
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
Choose one and click.