Reasons to use C++ ?
Posted
by
RodH257
on Programmers
See other posts from Programmers
or by RodH257
Published on 2011-02-01T05:35:45Z
Indexed on
2011/02/01
7:32 UTC
Read the original article
Hit count: 239
c++
I've read here and in other places that learning C++, C or other low level languages are a must to get a more low level perspective on development. I agree with this, but I find it hard to find a reason to use C++ over C# or similar languages.
Most of the work I do is web based, so there's no need for C++ there. Other work is windows based, and most things work fine in C# there, so what sort of situation could I use C++?
I don't do any high performance stuff, nor do I create games, mostly business applications. I'm looking for an excuse to expand on my C++ knowledge but I need some motivation other than 'because the internet said I should'.
© Programmers or respective owner