Hacker Poll: Is C++ the Language of the Future?
readwriteweb.com
Hacker Poll: Is C++ the Language of the Future?
1–10 of 69 posts
Re: Hacker Poll: Is C++ the Language of the Future?
#2I wonder if it'd make sense to develop a Coffee Script style language that compiles a "sane" subset of C++, gets rid of some of the nasty\annoying aspects of C++ (header files), and helps enforce good C++ coding practices (const correctness) but is close to C++.
Re: Hacker Poll: Is C++ the Language of the Future?
#3Re: Hacker Poll: Is C++ the Language of the Future?
#4Some of my more interesting projects are C++ based so i have a feeling it's going to stick around for quite a while yet.
Re: Hacker Poll: Is C++ the Language of the Future?
#5Re: Hacker Poll: Is C++ the Language of the Future?
#6Re: Hacker Poll: Is C++ the Language of the Future?
#7It sucks, in many ways, but it's what we have.
Re: Hacker Poll: Is C++ the Language of the Future?
#8I don't use C/C++ for the same reason I don't use assembly. There are superior languages out there that do a better job with everything important for building complicated software that is robust, easy to use, easy to maintain, fast and scalable. C++ is on its way out, it is still relevant and will be relevant for decades though. As is Cobol.
Your statement is false, because the choice of language depends on the job. For example, when I need to make something simple quickly I will do it in C#. However when I need to write an add-on to an existing application that doesn't have an official plugin system, then C++ and Assembly are really awesome.
Re: Hacker Poll: Is C++ the Language of the Future?
#9I think the number of applications where C++ is an appropriate choice for a new project is a lot less now than it was 10 years ago.
Generally a higher level language (Java, C#, Python etc) should be looked at first in most cases, but I am sure C++ will have its niche for a while yet. Like games for example.
Cross platform could indeed be one of those niches, but just being native isn't that big a deal. Python and Java to give a couple of examples are just as compelling options in most cases.
Re: Hacker Poll: Is C++ the Language of the Future?
#10I don't use C/C++ for the same reason I don't use assembly. There are superior languages out there that do a better job with everything important for building complicated software that is robust, easy to use, easy to maintain, fast and scalable. C++ is on its way out, it is still relevant and will be relevant for decades though. As is Cobol.