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

c++ - error: use of deleted function -

delphi - ESC/P programming! -

c# - how to write client side events functions for the combobox items -