Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I was wondering, can VB.net do operator overloading, so I can do something like : A = B + C where A,B,C are classes Notorious SMC
Vb is as VB does
Sorry, VB.NET doesn't have operator overloading. You'll have to use C# for that... steve