View Single Post
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#32
C++ is not hard to learn (well, that's before one delves into the depth of C++11 for example). But writing good code in it is harder to learn, since C++ allows for more pitfalls with raw pointers and the like than languages which hide memory management. But it shouldn't stop one from learning it.
 

The Following User Says Thank You to shmerl For This Useful Post: