Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Game(): table(8) {}
- Game(){
- table = vector<char>(8);
- }
- Game(){
- table(8);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement