Is C++ still needed?
11–20 of 27 posts
Re: Is C++ still needed?
#12C++ and Delphi are almost the last of few ones left to generate proper Windows exe files. DotNET is great for business applications but when you think about creating mass products, you have to keep returning to C++ and friends.
Re: Is C++ still needed?
#13Re: Is C++ still needed?
#14"Conclusion? C++ sometimes is the best choice, sometimes not." Isn't that the case for any programing language?
Re: Is C++ still needed?
#15With all due respect, this guy doesn't know what he's talking about. There might be a case to be made to eliminate C++, but it's best made by somebody who knows more than this guy. This is really a terrible submission.
No respect due here. This guy truly doesn't know what he's talking about. "C++ is slow". LOL. http://shootout.alioth.debian.org/u32q/benchmark.php?test=al... http://shootout.alioth.debian.org/u32q/benchmark.php?test=al...
The lessons to draw from this, if any, are that C++ code isn't automatically faster than Java or C# code: you have to make it so; and that Java/C# have some useful high-quality libraries which save you the need to roll your own solution.
Re: Is C++ still needed?
#16With all due respect, this guy doesn't know what he's talking about. There might be a case to be made to eliminate C++, but it's best made by somebody who knows more than this guy. This is really a terrible submission.
No respect due here. This guy truly doesn't know what he's talking about. "C++ is slow". LOL. http://shootout.alioth.debian.org/u32q/benchmark.php?test=al... http://shootout.alioth.debian.org/u32q/benchmark.php?test=al...
Re: Is C++ still needed?
#17Re: Is C++ still needed?
#18C++ and Delphi are almost the last of few ones left to generate proper Windows exe files. DotNET is great for business applications but when you think about creating mass products, you have to keep returning to C++ and friends.
Factor generates stand alone images.
Re: Is C++ still needed?
#19Earlier quoted context omitted.
No respect due here. This guy truly doesn't know what he's talking about. "C++ is slow". LOL. http://shootout.alioth.debian.org/u32q/benchmark.php?test=al... http://shootout.alioth.debian.org/u32q/benchmark.php?test=al...
Reading the article, it sounded like he was comparing the speed of some unspecified ORM library in each language. If so, I suspect he may have been comparing a naive hand-rolled implementation in C++ to something like Hibernate/NHibernate which has many years of development and optimisation behind it. The lessons to draw from this, if any, are that C++ code isn't automatically faster than Java or C# code: you have to…
Re: Is C++ still needed?
#20I have experience programming in large teams in both C++ (~10 years) and C# (~3 years), and my feeling is that the overall development is really quicker in C#. It's a large windows-only standalone app where speed is very important. But if my team have to build such app with cross-platform requirement, I still think C++ would be the choice. [with the similar arguments the author uses at the end of his rant]