So I decided to take a challenge and make an 'infinite' calculator using vectors The goal of my calculator is to get user input and add/sub/mult/div all the variables he enters, not just 2 variables like most simple calculators. I don't only want to add 2 variables together and get the result, I want to get as many variables as the user enters and then do the required math to get the result.