>>3767
It's not.
The learning curve is far steeper than with C and you still have to learn ALL of the low level concepts if you want to do the related low level stuff.
The thing it delivers is getting rid of a lot of unnecessary tedium like header files or retarded build systems or manually checking things the compiler can check at runtime.
Also, you don't get anything for platforms that are too small/restricted for checked things like threads/dynamic memory allocation.