|
|
|
|
|
by octopus
5211 days ago
|
|
Is C++ usage on the decline? No it is not. C++11 is a modern programming language that lets you harness every bit of power from your computer. From a productivity point of view I think Java and C# are as verbose as modern C++. In the end it really depends on what kind of application you develop, for web development you can be a few orders of magnitude more productive than in C++ if you use Python or Ruby. For number crunching nothing beats Fortran. You should chose your tools (programming language, compiler, OS etc.) based on what you know and on the application domain. |
|
I'm trying to estimate the chance that me not knowing C++ will pose a problem later in my career. I normally pick up languages quickly, but the C++ learning curve seems a bit steeper, both in terms of language nuances and libraries. So my normal approach of "wait until I need it" may not work that well.