Advertisement
Technologyman00

Untitled

Aug 17th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. /*
  2. * Lesson1.cpp
  3. *
  4. * Created on: Aug 16, 2016
  5. * Author: Collin Ostrowski
  6. */
  7.  
  8. #include "Lesson1.h"
  9. #include <iostream.h>
  10.  
  11. Lesson1::Lesson1() {
  12. // TODO Auto-generated constructor stub
  13.  
  14. }
  15.  
  16. Lesson1::~Lesson1() {
  17. // TODO Auto-generated destructor stub
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement