Archive for May 2013
C++11 is here to stay
With the release of C++11 (formerly C++0x) the famous language created back in 1979 its here to stay. The main feature of C++ is scope-bound resource management, SBRM (more commonly known as "RAII").
It is the only industrial programming language that.