On 7/15/07, <b class="gmail_sendername">Sebastian Sylvan</b> &lt;<a href="mailto:sebastian.sylvan@gmail.com">sebastian.sylvan@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Well, *I* didn&#39;t say it but yes. Unsafe disables bounds checking<br>(which in this case is safe). I think you can just stick an unsafe{}<br>in the C# version to disable them.<br></blockquote></div><br>Oh well that&#39;s not good.&nbsp; Yes, you can use unsafe in C# too, but you know there are reason why we use C# instead of C++, and one of those reasons is precisely to avoid stack/heap corruption.
<br><br>