<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

Reply via email to