Tuesday, August 29, 2006

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++.

Finally, a job offer

Ok, so I finally got a job offer. The terms are not exactly what I was looking for but I am really tired of job hunting, so I'll take it. I am gonna keep this blog going though, adding more stuff to it every once in a while. I think I might need it again soon in the future.