Slashdot Mirror


User: wildfirexy

wildfirexy's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:What about C++? on The Coming War Over the Future of Java · · Score: 1, Interesting

    For the last 8 months I've spend my time developing & porting DRM related software to the ARM architecture. And as a language C++ is crap. And this is being nice about it. First there is the compiler which cannot even force all the subtleties which can be achieved by using C/C++. Secondly there is no standard -- or let me put it this way: A compiler switch which switch of C++ exceptions, means that the "standard" means nothing. "Portability" in the C/C++ world is massive amount of #IFDEF pre processor statements. My general experience so far with the compilers (I used VC, and the GNU tool chain), is like having a serial killer for a friend: You just never know when he is going to murder you with a smile. So no, I cannot wait until I don't have to touch C++ ever again. I'm sure the designers of the C++ language killed children and small fury pets in their past life.