[try Beta version]
Not logged in

 
Looking for material online

Jan 30, 2019 at 3:19pm
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 Jan 30, 2019 at 3:22pm
Jan 30, 2019 at 3:30pm
Try writing your own linked list or binary tree class.
Jan 31, 2019 at 10:38am
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 Jan 31, 2019 at 10:39am
Topic archived. No new replies allowed.