Hi there!
I've installed MS Visual C++ 2010 Express and I have a question regarding IntelliSense.
If my source code contains some errors, then besides a 'normal' list of errors, IntelliSense error list will be displayed.
The point is, that these two lists are almost the same.
Here is the example:
----->
http://img62.imageshack.us/img62/1738/visual.jpg
So do you know what's the difference between them ?
Last edited on
One is reported by the compiler and the other by IntelliSense, I suppose.
Still, both refer to the same error in your code.