> Can you please explain me the weakpoints of c++ language?
No call-with-current-continuation. No closures. I.e. C++ lacks fundamental features that other programming languages have (but most lack). It takes time and typing to do things that could be completed much more quickly and easily in other languages. No good macros (but templates are a pretty nice try). C++ is an abstract assembly language. (But that's also a strength, if that's what you need.)
But asking about weakpoints means nothing unless you mention a specific task. If you were to ask me what my weakpoints are, I'd say that I tend to be a bit lazy. I'm a student. But if I were a pro golfer, I'd probably talk about my short game. So, weakpoint at what? Every part of C++ is a weakpoint, if you're making some web application. If you're doing something with the Windows operating system, then PHP has major weakpoints. (If you're making a web application, then PHP still has major weakpoints :P.)