Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Learning A Language in an Afternoon (Score 1) 654

That seems incredibly silly. I likened C# to Java, but Java's references don't do anything like that, == works fundamentally the same as in every other sane language, it compares the memory locations of the two variables and returns a true or false for them.

If C# works the way you say you do, how do you check that two objects are really the same identical object?

Slashdot Top Deals

Thus spake the master programmer: "When a program is being tested, it is too late to make design changes." -- Geoffrey James, "The Tao of Programming"

Working...