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?
#include int main() { printf("gcc version: %d.%d.%d\n",__GNUC__,__GNUC_MINOR__,__GNUC_PATCHLEVEL__); return 0; }