Forgot your password?
typodupeerror

Comment Re:I posted the story (Score 1) 623

This is more a comment on the language than on your post, but does anyone else think that the fact that:

3. They support blocks of unsafe code. You put the keyword modifier unsafe to a method or block and can do pointer manipulations.

is a sad sign of the state of the art (of computer programming) ??
break-down: pointer manipulations == unsafe?

tsmith

Slashdot Top Deals

A method of solution is perfect if we can forsee from the start, and even prove, that following that method we shall attain our aim. -- Leibnitz

Working...