C++ is like C#, only it allows you a great deal more fine tuning than C# does.

I like how in C++:

  • its easy to create a class that has pass-by-value semantics at times, AND pass-by-reference semantics at other times. Thinking of a Matrix class.
  • Const Functions

Post a Comment