I am receiving a scope declaration error when trying to use 2 functions from within an external file. Function 1 calls function 2 and then returns to function 1.
However, if a call an external function from main() that does not interact with another function, there are no errors.
PLEASE USE CODE TAGS (the <> formatting button) when posting code.
It makes it easier to read your code and also easier to respond to your post. http://www.cplusplus.com/articles/jEywvCM9/
Hint: You can edit your post, highlight your code and press the <> formatting button.