0
Where I can find good exercices for c++, solve problems? (With pointers,etc..)
3 odpowiedzi
+ 3
try to find the book 'object oriented programming' written by robert laforre . There are a lot of examples and exercises for every thread (arrays,classes,pointers , operations overloading , functions etc etc.)
+ 1
If you are just starting out Google for "Thinking in C++" by Bruce Eckel. It is quite old now, but it is very good for the basics. And it is free since it is a PDF download!
Is you are more advanced I highly recommend "Effective C++" by Scott Meyer. The man seriously knows his C++! He actually wrote a couple of books around the "Effective..." title, including one on the STL
0
Ty!