Some differences between C# and C++
C# does not have any pointers.
C# does not have operator overloading.
C# has automatic garbage collection like java.
In C# struct is a value type and class is a reference type. ie; stucts cannot be treated like classes like they can in C++.
C# does not have operator overloading.
C# has automatic garbage collection like java.
In C# struct is a value type and class is a reference type. ie; stucts cannot be treated like classes like they can in C++.
