It would be good if you know first C and learn C++ later.
If your planning to develop software on unix and linux, there are lots of sources on C Language. (Procedural, simple but powerful)
And C++ is great on developing big applications on Windows and Linux platform. (Object Oriented, powerful but confusing if your teammate has used a lot of unnecessary pointers and casting)
Thanks!
|