Visual Studio Code – I'm getting an unknown error in my c++ project? Cant figure out whats wrong
My goal is to make a calculator in c++. I'm using Visual Studio Code. The calculator will include calculation order (First parantheses, then * and /, then + and -). In the terminal you write an equation, for example: 3…