On Tuesday, 23 April 2013 at 06:50:08 UTC, Chris Cain wrote:
On Tuesday, 23 April 2013 at 06:31:44 UTC, Mehrdad wrote:
I guess C and C++ aren't even considered languages anymore.

?

main.c:13:10: error: invalid operands to binary == (have ‘struct S’ and ‘struct S’)
     if(a == b)

You can't use == in C on structs ... ?

Exactly -- when there is no correct behavior, they didn't try implementing one.

Reply via email to