Hello ! Answer me please what C++ standard supports g++ ? (get me URL please)
Assuming this was a translation problem and you meant to ask:
"What C++ standard does g++ support?"
Then the answer is GCC 3.x supports 'ISO/IEC IS 14882:1998(E)' which is also known as C++98.
Googling on "14882 1998" like this: http://www.google.com/search?q=14882+1998&hl=ru
hopefully will get you the answers you are seeking.
Followup questions should go to gcc-help@xxxxxxxxxxxx
Kelley Cook