On pointers and references

I have been writing C and C++ code for many a decade. I sometimes run across new things, typically in the form of additions to the language.  These include things like new libraries like Boost, the addition/standardization of STL, and most recently C++11 with its cool stuff like auto pointers. It is a very rare … Continue reading On pointers and references