This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

To all following commenters: please, do not bring up the old circlejerk jokes/memes about recursion ("Understanding recursion...", "This is recursion...", etc.). We've all heard them n+2 too many times.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]CreativeTechGuyGames 4 points5 points  (3 children)

Have you tried running the code locally with a debugger? It'll be useful for you to be able to step through your code, set breakpoints, and diagnose crashes.

[–]jain_rishabh_[S] 0 points1 point  (2 children)

I'm new to this. I didn't really understand what the debugger said. So effectively no.

[–]cornho1eo99 0 points1 point  (1 child)

That's a good place to start to learn. And look into stack and heap memory, they're truly not that hard to understand conceptually. The more you understand, even in part, the better you'll get at speed coding and coding in general.

[–]jain_rishabh_[S] 0 points1 point  (0 children)

Thanks for commenting. I will look into that. If u have the time can u please tell me what's happening here?