From 92da37964799b93f296933b2a6a09908b93d9f92 Mon Sep 17 00:00:00 2001 From: "Leila F. Rahman" Date: Thu, 29 Sep 2022 16:12:22 +0200 Subject: [PATCH] Update main.cpp --- cpp-game-vs/main.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cpp-game-vs/main.cpp b/cpp-game-vs/main.cpp index 6750a52..088238f 100644 --- a/cpp-game-vs/main.cpp +++ b/cpp-game-vs/main.cpp @@ -8,14 +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;