0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #18.7K
Ranked #4K
2 Posted Topics
its part of a dvd program. i want all the objects created and manipulated by the program to be stored in a dynamic array that might grow during the execution of the program. I want to program to store the info in a dynamic array that i can call anywhere … | |
Re: To pause use system("PAUSE"); and #include <stdlib.h> Also try getchar(); instead of getch() and #include <stdio.h> try adding: [COLOR=#0000b0]using[/COLOR] [COLOR=#0000b0]namespace[/COLOR] std; |
The End.