|
<snip: Stack handling>
> About add.ovf, I have to see on C# specifications. I can think that C# is > something different from the CLI and can be implemented also on systems > that > have not add.ovf equivalent (checking overflow cost a lot!). VB.NET runs > only on CLI so add.ovf is always present.....
C# has the keywords (and operators) checked and unchecked to control this. (See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csref/html/vclrfCheckedUncheckedStatements.asp). VB.NET (to the best of my knowledge) does not.
Hope that helps.
Mark
-- Mark Bingham |
- [Mono-list] Re: Mono-list digest, Vol 1 #524 - 21 msgs Marco Parenzan
- Re: [Mono-list] Re: Mono-list digest, Vol 1 #524 - 21 ... Gaurav Vaish
- [Mono-list] VB.NET and C# differences in compiling Marco Parenzan
- Re: [Mono-list] VB.NET and C# differences in c... Gaurav Vaish
- Re: [Mono-list] VB.NET and C# differences ... Marco Parenzan
- Re: [Mono-list] VB.NET and C# differe... Mark Bingham
- Re: [Mono-list] VB.NET and C# dif... Josh Robb
