How do I check my gcc C++ compiler version for my Eclipse?

user1157977 picture user1157977 · Dec 5, 2013 · Viewed 177k times · Source

I'm using Eclipse release version 3.7.0, but I can't find the gcc anywhere. How and where can I see the version of gcc I'm currently using?

Answer

fuesika picture fuesika · Dec 5, 2013

Just type

gcc --version

in any terminal near you.. ;-)