/CPP_Equation_Parser

C++ equation parser

Primary LanguageC++

CPP_Equation_Parser

This project is a C++ equation parser that takes in a string representation of an equation as input and returns the result. It can handle positive and negative numbers with and without decimal points, as well as the following operations: addition, subtraction, multiplication, division, and parentheses.

paste the header file and source file to an empty Visual Studio c++ project and run it.

Screenshot 2023-01-01 145704