6 ms·
Are you willing to say the same for C++?
by aeonsky 11y ago
Are you willing to say the same for C++?
- pjmlp 11y agoYes. Most of the C++ warts are caused by the need to be copy-paste compatible with C, expectations of C developers being lured into this new language and be a drop-in compatible replacement for C tooling. "The Design and Evolution of C++", http://www.amazon.com/The-Design-Evolution-Bjarne-Stroustrup/dp/0201543303 http://www.amazon.com/The-Design-Evolution-Bjarne-Stroustrup...
- aeonsky 11y agoIf the entire C++ codebase I worked with was mostly C, my job would be so much easier. I think the 2000+ page C++ manual proves my point.