A Small C++ C++ Interpreter (ASCCI)
Description: ASCCI is an interpreter of a subset of C++. It reads a very simple C++ program and interprets the latter.
Scope: The program is limited to the constructs specified below.
Constructs Supported:
Addition of two values of type integer (single digits)
Subtraction of two values of type integer (single digits)
Sending of outputs to the console
Does somebody have a heart of an angel and help me with this program atleast teach me how to begin :D