Has anyone really not seen this in the last two years? Anyway, Linus may be a very experienced C programmer, but that doesn't mean his opinion on C++ carries much weight... I'd be more interested on what someone who actually has a lot of experience in using C++ says. Especially with modern C++ and recent tools, libraries etc, which are very different from what was around five or ten years ago. I suppose it is nice fo…
Haven't seen it. I've seen many other examples of Torvalds being an ass, but I don't bother to keep track really. It does make me wonder though how he's able to get away with responses like that, when most other "founders" (not sure what the proper term here really is) would have the majority of their users/supporters just go elsewhere. EDIT: ... Let alone have supporters who get defensive enough to start downvoting…
Linus Torvalds on C++
101–110 of 190 posts
Re: Linus Torvalds on C++
#102Re: Linus Torvalds on C++
#103Earlier quoted context omitted.
I've used Monotone. It's pretty horrible if you ask me.
In what way is it horrible and (in reference to others in this subthread) how is it due to it being written by C++ programmers?
Re: Linus Torvalds on C++
#104I've read this "news" like dozens of times, and every time I can't help laughing. What he is speaking of is generally true. If I am not writing in C, then I am writing in ASM for speed, or in LISP for less code. C++ just doesn't fit in my tool chain, because it really doesn't excel in any aspect.
Re: Linus Torvalds on C++
#105again? sigh
Re: Linus Torvalds on C++
#106It was basically C with encapsulation. So using C++ as a better C.
It worked well. It didn't use STL nor boost and the exceptions weren't as you'd know them. Memory management was much more carefully counted than is normal in C/C++ programs, and reservation meant commit.
It was programmed by a pretty clever disciplined bunch. Well, most of us were ;)
Re: Linus Torvalds on C++
#107I mean, MongoDB, Node.js, Microsoft's Windows Runtime (which provides access to the systems API for both JavaScript, C#/VB.NET and C++), MySQL, Membase, Haiku, Chromium are all notable examples of software written in C++ that seems to be quite well.
Re: Linus Torvalds on C++
#108Re: Linus Torvalds on C++
#109Earlier quoted context omitted.
It has nothing to do with the fact that it is written in C++...
And everything to do with the fact that it was written by C++ programmers.