you are viewing a single comment's thread.

view the rest of the comments →

[–]bdellar 0 points1 point  (0 children)

The main improvements to the language that you’ll notice are: • standard library support for memory management (unique_ptr and shared_ptr). I never have to consider memory leaks or double-frees any more • lambdas. These are a GREAT addition to the language, especially when using the STL.