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.
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.