how can i find out which GCC version i am using?
This is a discussion on Gcc Version within the Tech Board forums, part of the Community Boards category; how can i find out which GCC version i am using?...
how can i find out which GCC version i am using?
orCode:gcc -v
Code:gcc --version
If you understand what you're doing, you're not learning anything.
yeah thanks..