bwukki

Untitled

Apr 17th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. //DeckOfCards.cpp
  2. #include "DeckOfCards.h"
  3.  
  4. DeckOfCards::DeckOfCards()
  5. {
  6.     //ctor
  7.  
  8. }
  9.  
  10. DeckOfCards::~DeckOfCards()
  11. {
  12.     //dtor
  13. }
Add Comment
Please, Sign In to add comment