Where I can find good exercices for c++, solve problems? (With pointers,etc..) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Where I can find good exercices for c++, solve problems? (With pointers,etc..)

20th Dec 2016, 9:35 PM
Igor
Igor  - avatar
3 Answers
+ 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.)
20th Dec 2016, 9:50 PM
abc
abc - avatar
+ 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
20th Dec 2016, 11:58 PM
Ettienne Gilbert
Ettienne Gilbert - avatar
0
Ty!
20th Dec 2016, 10:12 PM
Igor
Igor  - avatar