| C is almost, but not quite, a subset of C++. Nonetheless, effective programming in C++ is different to effective programming in C. Many C++ programmers simply program as if they were still using C, with a couple of extra bits thrown in.
The question really is what do you want to programme? What will you build, on what platforms? Learn the tool most appropriate for your use. |