Exactly. These open source people cannot see any viable alternatives sometimes. Instead of choosing a language which is appropriate for the problem they cannot think outside the box.
I don't care what language it is whether it is C# or PHP, I will use it.
This makes C++ much, much harder than Java. Java I can just open notepad, import some functions, extend and object, compile and run. C++ I need to make a make file, link in libraries, includes directories, link, not to mention decide which of the compilers I will use, or attempt to install one of the hundred IDEs to use.
I agree that the pointers, templates, etc are can be quite difficult to understand, I guess my view is that it's worth the effort, because if you know C++ well, a lot of other languages are really pretty easy to pick up. If you don't need to know C++, however, it's mainly an academic exercise (which is sometimes a good thing)
Re: compiling, etc - VS2003 or 2005 express make this a lot less painful. If you use a good IDE it isn't complex.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.