From: Darren New
Subject: Breaking C++ compilers
Date: 1 Apr 2011 12:42:26
Message: <4d960072@news.povray.org>
Apparently all three major C++ compilers break on this simple program:
<http://stackoverflow.com/questions/5508110/why-is-this-program-erroneously-rejected-by-three-c-compilers>
The first answer is really the best, tho.
--
Darren New, San Diego CA, USA (PST)
"Coding without comments is like
driving without turn signals."
Le 2011/04/01 12:42, Darren New a écrit :
> Apparently all three major C++ compilers break on this simple program:>>
<http://stackoverflow.com/questions/5508110/why-is-this-program-erroneously-rejected-by-three-c-compilers>>>> The first answer is really the best, tho.
Yeah! What can you expect when you try to compile a PICTURE of your code
instead of the text of that code?
Darren New <dne### [at] sanrrcom> wrote:
> Apparently all three major C++ compilers break on this simple program:>
<http://stackoverflow.com/questions/5508110/why-is-this-program-erroneously-rejected-by-three-c-compilers>
Obviously the problem is that the very first character in the program
looks like an H and not like a #, which confuses the compiler. The lowercase
l's are also ambiguously written.
--
- Warp