cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
new and delete operator
new and delete operator
Apr 30, 2010 at 5:21pm UTC
whiterose
(3)
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
Apr 30, 2010 at 5:24pm UTC
Apr 30, 2010 at 5:37pm UTC
Disch
(13742)
how to do homework by posting threads on forums to tell people to do the work for you
Apr 30, 2010 at 6:25pm UTC
whiterose
(3)
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
Apr 30, 2010 at 9:12pm UTC
Bazzy
(6281)
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
Apr 30, 2010 at 9:12pm UTC
Topic archived. No new replies allowed.