Florin Jurcovici wrote:
I'm the least productive in C++ (any language requiring manual mem mgmt reduces your speed by 50%)
This is what annoys me about most older people programming in c++. They want to do manual memory management. Its not C, its C++, use RAII. Futhermore, theres already plenty of smart pointer classes in the C++ standard library to take care of memory for you.