Hey everyone, I have a problem in a project of mine and was wondering if anyone could offer any suggestions.
I'll try to explain as best I can what the problem is and if anyone feels they can offer some assistance, I'll send them the source code over a private message.
The problem I have is that I have multiple functions that rely on each other, causing a loop. I can't think of a way of re-writing the functions.
It goes something like this:
Function1 returns a value which it obtains by calling Function2
Function2 returns a value which it obtains by calling Function3
Function3 returns a value which it obtains by calling Function1
This means that whenever Function1 is called, it is called again and again and again and causes a loop.
If anyone is willing to take a look at my source code and offer suggestions, please let me know and I'll send it.
Thank you very much.