I've been shifting a little more into C++ after decades of C. It takes longer to compile, but I find that a lot of the tedious stuff that I'm doing with C (function pointer structures, etc) is handled automatically in C++, and I kind of like the RAII pattern.
Also, I enjoy embedding Lua in projects for extensibility, so this guy is really pulling my heart strings. :-)