Advertisement
WeltEnSTurm

Untitled

Nov 30th, 2011
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.09 KB | None | 0 0
  1.  
  2. Game(): table(8) {}
  3.  
  4. Game(){
  5.     table = vector<char>(8);
  6. }
  7.  
  8. Game(){
  9.     table(8);
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement