Nah, I use C++ features pretty heavily. I'll even admit that I use Boost. I use STL when possible, because it's usually more efficient than hand coding and saves some time on implementing common algorithms.
C++ gives you the ability to put together really powerful frameworks to work with, but deep within the code you're still working with the same fundamentals.
C++ gives you the ability to put together really powerful frameworks to work with, but deep within the code you're still working with the same fundamentals.