DEV Community

Discussion on: Pitch me on C++

Collapse
 
saptakbhoumik profile image
SaptakBhoumik • Edited

I will list the benefits of modern C++ because old C++ kinda sucks

  • It is very fast
  • It is extremely powerful and supports things like templates,compile and runtime time polymorphism,macros and much more
  • Easy interoperability with existing C libs
  • With things like shared_ptr and unique_ptr you no longer have to manually manage your memory
  • Supports both high level and low level devolopment

There are many more but these are my favorites