197 Views
Why does C++ really matter anymore? This article discusses the advantages of using C++ with mobile platforms and datacenters in order to create more efficient programs that save money and resources.
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
Why does C++ really matter anymore? This article discusses the advantages of using C++ with mobile platforms and datacenters in order to create more efficient programs that save money and resources.
I am excited to see improvements to native languages and their compilers that improve the developer experience, however. In Objective-C, using the new LLVM compiler and a few special compiler switches, automatic reference counting is done by the compiler so all of your memory allocations automatically get deallocated when they are no longer required. This means the developer doesn't have to remember to clean up after their self, and they don't have to take the performance hit at runtime. I'd be surprised if we didn't see this type of thing come to C++ as well.