C++ coding standard tool

Hi

I am using visual studio 2008 tool with TFS Server.Is there any tool or plugin available along with VS2008 which will help to check c++/Qt coding standards,static analysis and if possible auto correct it.

In the project we are using C++,Qt,QML.

You may consider using eclipse IDE for your C++ projects with plug ins for C++/Qt/Qte.

I am working in VS2008. In this any tool which can help to do effective coding standards

you are right.But i would lik to use it in the vs2008 only

Most of the modern editors have plugins to check against coding styles/standards. I use Emacs and it does it pretty well (one could define own styles as well).
There is also a tool by Google (cpplint) that should also serve your purpose. See google/style guide. The cpplint tool could be found here google/style guide [The two links are actually different but Quora seems to convert them to same name]

The only tool I know is Vera. Haven't used it, though, so can't comment how viable it is. Demo looks promising.

Ethan Stark
Software Developer
Free SharePoint Hosting

Moved to "Windows and DOS issues" since this isn't a UNIX question.