Looking for material online

I want to practice c++ dynamic memory allocation. I want some questions to do programming and also have solutions to correct my program. Can anyone help me by telling me where can I find online material for the same? Thanking You.

Also, I don't need STL. I just need the basics like new, delete, pointer, array etc.
Last edited on
Try writing your own linked list or binary tree class.
dhayden's suggestion is good. You should try writing your own linked list or binary tree. Also implement your own data structures like a queue or a stack using a linked list.

EDIT: I've found this I think it contains some good exercises for you: https://www.w3resource.com/c-programming-exercises/linked_list/index.php
Last edited on
Topic archived. No new replies allowed.