|
|
|
|
|
by jjawssd
3513 days ago
|
|
Two totally different languages with two totally different use cases. Their use cases should not overlap if applied correctly. C++ is a very high level language compared to C. C++ has low level constructs which closely resemble C but should only be used for high performance implementations of high level abstractions. |
|
Not that I would discourage anyone from learning C++ (ok, probably, I might) I just consider it a bad PL for people starting out with programming.