new and delete operator

how to write a programme by using new and delete operator to display the ouput:

How many numbers would you like to type? 5
Enter number: 75
Enter number: 436
Enter number: 1067
Enter number:8
Enter number:32
You have entered:75,436,1067,8,32,
Last edited on
how to do homework by posting threads on forums to tell people to do the work for you
its just simple question in my tutorial book...i not understand to using the operator... i want see when the operator will need to use
It's interesting that that sample output is identical to one from the tutorials:
http://www.cplusplus.com/doc/tutorial/dynamic/

And it has the code right next to it
Last edited on
Topic archived. No new replies allowed.