Linked by Thom Holwerda on Wed 4th May 2011 20:41 UTC, submitted by lemur2
Thread beginning with comment 472056
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: Let Mono transform
by pantheraleo on Fri 6th May 2011 17:18
in reply to "RE[3]: Let Mono transform"
From the list: "All major Adobe applications are developed in C++".
Yep. And Adobe applications such as Flash and Acrobat are plagued with security problems. They are probably one the biggest security nightmares that sys-admins have to deal with. Of course the security issues wit C++ when writing network applications are one of the main reasons it's falling out of favor in environments where applications are exposed to untrusted users.
And to be fair, C++ is mostly used for system level stuff, or commercial shrink wrapped stuff, or games, or anything speed dependent.
The speed advantage of C++ has largely disappeared with modern optimizing JIT engines like Java and .NET have.
Your statement actually applies to either web, or internal corporate apps.
That's certainly true. But internal corporate apps and Web apps are where the vast majority of development happens these days. Most desktop / shrink wrapped applications, with the exception of games, are basically legacy software these days. There's not a whole lot of new desktop software development going on other than updates to legacy applications such as MS Office. And of course, if Google has their way, even MS Office will go the way of the dinosaur in favor of Google Apps.
When was the last time you used a thick client encylopedia? or thick client mapping program for example? Or hell, do you even use a thick client email program anymore? I don't I just constantly have a browser tab open with GMail running in it.
Edited 2011-05-06 17:25 UTC
RE[5]: Let Mono transform
by juzzlin on Mon 9th May 2011 13:23
in reply to "RE[4]: Let Mono transform"





Member since:
2005-07-12
"Btw. Who is using a programming language without garbage collector these days?"
http://www2.research.att.com/~bs/applications.html
Huge list, and only partial at that.
And to be fair, C++ is mostly used for system level stuff, or commercial shrink wrapped stuff, or games, or anything speed dependent.
Your statement actually applies to either web, or internal corporate apps.