Public paste
dsafsdfasdfadsfadsf
By: skylarlovesmegan | Date: Sep 20 2007 02:09 | Format: C++ | Expires: never | Size: 202 B | Hits: 1184

  1. #include <iostream>
  2.  
  3.  
  4. using std::cout;
  5. using std::endl;
  6.  
  7. #include "Date.h"
  8.  
  9. int main()
  10.  
  11. {
  12.  
  13. Date d1;
  14. Date d2;
  15. Date d3;
  16.  
  17.  
  18. cout << d1 << " successn";
  19.  
  20.  
  21. system("PAUSE");
  22. return 0;
  23.  
  24. }