Just now I got an email from a mailing list, saying that C++ helps to greatly reduce coding time in comparison to C. I have heard a lot about this argument. But is that true?
C++ can possibly accelerate development in two ways: firstly, OOP (Object-Oriented Programming) helps to organize large projects, and secondly, STL (Standard [...]
Posts Tagged ‘language-war’
C++ Reduces Coding Time?
Posted in thinking, tagged C, cpp, language-war, programming, thinking on August 27, 2008 | 1 Comment »
Language War
Posted in thinking, tagged language-war, programming on August 19, 2008 | 4 Comments »
Language war denotes the debate over which is the best programming language, especially between languages with similar applications like C/C++, C++/Java and Perl/Python. A lot of programmers, including me, are absorbed in this debate. They write articles; they design benchmarks. However, they can never come to a unanimous conclusion. Language war is never ending.
The long-lasting [...]