Possible Duplicate:
Differences between C++ and C#/.Net
I'm looking for things like:
- C# can use strings for case statements whereas C++ can only use integers.
- C# can only inherit from one class and multiple interfaces.
What are some other differences?
This seems like I should have found this question in SO but I couldn't. I apologize if it has been asked. Please provide link.