[Visual C++] IntelliSense Error Reporting

Jul 18, 2010 at 1:50pm
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 Jul 19, 2010 at 7:01am
Jul 18, 2010 at 3:06pm
One is reported by the compiler and the other by IntelliSense, I suppose.
Still, both refer to the same error in your code.
Jul 18, 2010 at 7:27pm
Athar wrote:
One is reported by the compiler and the other by IntelliSense, I suppose.


I know that ^^

I'm looking for another difference...
Topic archived. No new replies allowed.