wheelsmanx

CPS 271 Machine Problem 3 Header Publication

Apr 18th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <string>
  2. #pragma once
  3.  
  4. using namespace std;
  5.  
  6. class Publication
  7. {
  8. public:
  9. string title;
  10. double price;
  11. Publication();
  12. ~Publication();
  13. };
Advertisement
Add Comment
Please, Sign In to add comment