From e6edd3eb6c801ca1af26055adde74e12b7e99f83 Mon Sep 17 00:00:00 2001 From: "Leila F. Rahman" Date: Thu, 29 Sep 2022 16:23:31 +0200 Subject: [PATCH] Update main.cpp --- cpp-game-vs/main.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cpp-game-vs/main.cpp b/cpp-game-vs/main.cpp index 6750a52..b226450 100644 --- a/cpp-game-vs/main.cpp +++ b/cpp-game-vs/main.cpp @@ -8,16 +8,6 @@ int main() int plays = Global::number_of_play(), counter = 0, player_score = 0, ai_score = 0; auto ai = ComputerResponse::random_actions(plays); - int* mypointer; - - mypointer = NULL; - *mypointer = 30; - - wchar_t w = L'Â'; - double velocity; - - char x = w; - Rule::GameLogic who_wins; while (plays != counter) { auto choice = Global::player_choice();