This answer is very short sighted and not really complete. C++ is good for the pieces of the code that need to be extremely fast (microsecond fast) and when you need sub-ms speed. You will pay a price for this, longer development time, complex debugging and higher probability of errors.
So, it...