Numbering compiler error messages?

Walter Bright newshound2 at digitalmars.com
Sat Mar 29 14:03:39 PDT 2014


On 3/29/2014 12:07 PM, bearophile wrote:
> Walter Bright:
>
>> On 3/29/2014 11:02 AM, Brad Anderson wrote:
>>> For example, in VC++ if you get "C2001 newline in constant" you
>>> can just lookup C2001
>>> http://msdn.microsoft.com/en-us/library/4x3c2e37.aspx
>>
>> Or you could look up "newline in constant".
>
> If I search this:
> C2001 newline in constant
>
> I see the Microsoft page as first Google result:
> http://msdn.microsoft.com/en-us/library/4x3c2e37.aspx
>
> If I search this:
> newline in constant
>
> The desired Microsoft page is not in the first page of ten results given by
> Google. The third link it to a not correct page:
> http://support.microsoft.com/kb/827420

Or you could:

   visual studio 2013 error newline in constant

or:

   msdn error newline in constant

or even better:

   "newline in constant" site:microsoft.com

This is pretty basic google-fu


> (And still, I have not seen addressed the psychological point I have explained
> in a precedent post).

I did, specifically.



More information about the Digitalmars-d mailing list