With Java becoming very popular and C# on the rise, how soon will C++ become obsolete?
Considering that a lot of the older languages, Cobalt, Fortran, ADA, and naturally Basic, even Lego if I'm not mistaken, are still around. I would imagine it will be a while.
There's a bit of problem with JAVA...(which is why I think CGI scripts may be a better solution)JAVA scripts are downloaded and they run on client machine instead of running on hosts,so it gives a bit of insecurity...
The thing is, new programmers coming out of university programs are no longer being trained in C++. At least at my university, Java is the language of choice for most development, largely because of the benefits of the platform independence and the OO paradigm it embraces. In fact, in the first 4 years of classes, I learnt more Scheme than C++. I now hear that the C-based 1st and 2nd year courses are now being done in Java (though, that's not too significant since those courses usually involved assignments of < 50 lines of code and are a mere introduction to procedural programming).