I’m learning C++ from book. I think I understand basic concept but the book provide not much exercise. I want to know website, opensource project or any resource that provice exercise or souce code that I can read and get my hand dirty with C++ Arrays and Pointers.
Share
There is conceptually no difference between C and C++ when it comes to pointers and arrays.Practice K&R questions. They are good and comprehensive.
The theory provided in it is good enough to get you started with complex logic related to pointers and arrays.