Summary


This appendix looked at the differences between C++ and C# from the viewpoint of a developer already familiar with C++.

As you've seen with the C++ syntax, C# has been influenced a lot by C++. C# has many similarities to C++. Language syntax, program flow statements, and defining classes are very similar to C++. However, where bugs happened with C++ programming, C# got a new behavior (for example, the switch statement).

C# adds some features that cannot be found with C++. Properties, delegates, and events are some examples. Memory management is very different between C++ and C# because of the managed environment offered by the CLR.




Professional C# 2005
Pro Visual C++ 2005 for C# Developers
ISBN: 1590596080
EAN: 2147483647
Year: 2005
Pages: 351
Authors: Dean C. Wills

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net