+ 1
Is that it??
Is this all there is to know about c++?? I am almost done with the c++ course offered here and I was just wondering if this is all there is to know about c++ or is there more.
3 Réponses
+ 1
A lot more to know. These were just basics. But you cant go further witouth knowing basics.
0
I see. Any recommendations on where to go next as far as expanding on what I've learnt?
0
If you don't mind books, give either Tony Gaddis a shot or Bjarne Stroustrup. These books can give more in depth practices and excericises on C++.
I would also check out maybe a Data Structures book in C++, or even a generic data structures book with no language. That would allow you to learn more advanced topics as well.