c++ - Syntax checking for Visual Studio 2008 -


is possible? instance, if type

std::cout << "cool" 

without semicolon there vis studio plugins catch (the way eclipse does) or similar syntactical errors , show me error visually?

you can try visualassistx, enables more sophisticated intellitype system standard vc.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -