S
stanlo
hello to all please can you please help me i am doing my project
mathem<athecal expression and i have an error i cannot interprete it is
,,missing function header,, i tried to see if there is something wrong
with this function and i seem to see nothin wrong with it
int goToOp1(char line[82], int startPos, int &curExprBegin);
{
int pos=startPos-2;
int sizeOfOp1=0;
int answer;
answer = 0;
above is the function definition of this function
mathem<athecal expression and i have an error i cannot interprete it is
,,missing function header,, i tried to see if there is something wrong
with this function and i seem to see nothin wrong with it
int goToOp1(char line[82], int startPos, int &curExprBegin);
{
int pos=startPos-2;
int sizeOfOp1=0;
int answer;
answer = 0;
above is the function definition of this function