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# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -