Trace task (constructing a function graph) - page 9

 
sergeev:

the problem has already been solved and posted on MQL5.
very interesting and what is the problem?
 
sergeev:

The problem has already been solved and uploaded to MQL5.


Of course, offtopic (if that's what you mean).

vit46 14.05.2011 23:03 Sorry, too many letters... you make a recursive function ... this is the vicious circle you're running into... and when you do, if recursion isn't good for you for technical reasons... there's a limited depth of recursion, for example, by then you'll know how to break that vicious circle... I had a similar problem, recursion is essentially the only way to save it...

Read the whole thread. And the links. And apply the information to access the code of the state (error) of the program's execution.

 
vit46:
very interesting and what is the task there?

The main condition is to add only one identical line of code to each function. When this code is executed, it prints the call path of the function it is in.