Tags: mahdi-mahmoudkhani/calculator-app
Tags
Refactor code by separating functions and global variables from main … …file - Move functions from main.cpp to functions.cpp - Update function declarations in functions.h - Move global variables from main.cpp to globals.cpp - Update variable declarations in globals.h - Update includes and function calls in main.cpp