Untitled


SUBMITTED BY: SahilsinhRana

DATE: June 29, 2016, 10:17 a.m.

FORMAT: Text only

SIZE: 684 Bytes

HITS: 515

  1. #include <iostream>
  2. using namespace std;
  3. class Box
  4. {
  5. public:
  6. Box() {
  7. cout << "Constructor called!" <<endl;
  8. }
  9. ~Box() {
  10. cout << "Destructor called!" <<endl;
  11. }
  12. };
  13. int main( )
  14. {
  15. Box* myBoxArray = new Box[4];
  16. delete [] myBoxArray; // Delete array
  17. return 0;
  18. }
  19. You may also like:
  20. {>[FE] WATCH HOW TO TRAIN YOUR DRAGON HD ONLINE - BITBIN
  21. {>[FE] Watch How To Train Your Dragon HD Online - BitBin
  22. KOD] - BITBIN
  23. kod] - BitBin
  24. REPORT: CLAMSPEECH - BITBIN
  25. Report: clamspeech - BitBin
  26. Wanna Know How to Make Rs. 6,302/Day?
  27. Career Times
  28. Free Psychic Chat Rooms
  29. Psychic Sign
  30. HEAVYMETAL GIRLS - BITBIN
  31. H

comments powered by Disqus