smack Down
Diamond Member
C++ should die because standards body refuses to define any standard libaries.
Originally posted by: purbeast0
eeeh crap. I cant install unless I get on SP2. Last time I tried to install SP2 it caused me to have to reformat my whole computer so I'm very hesitant to do so 🙁
Originally posted by: Rayden
Originally posted by: xtknight
C is still great for programming small apps (console though).
C++ I don't care for that much (though I don't care for any managed languages, it is just complicated bloat IMO (puts on flame suit)). I guess if you're going to code in C# you may as well code in VB.NET as it won't be much if any slower since both run on MSIL, is that not right?
I think you have little idea what managed code is. C++ is not managed. Managed means there is a garbage collector that takes care of memory stuff for you. Last I checked one still had to use malloc in C++. C++ is just C with objects.
And in response to the OP. I hope C++ is going the way of the dodo. I hate coding in it. So many nitpicky things one has to worry about that just gets in the way of me writing beautiful algorithms.