Tal
Tal
CC#
Created by Tal on 7/31/2023 in #help
No Symbols Loaded Window Opens When Debugging
Okay thank you.
3 replies
CC#
Created by Tal on 7/24/2023 in #help
Memory Referrence Issue In Recursive Algorithm
I tried the .Clone() function again and tracked it, found out that the referrence issue was solved, but now I have another which is easier to tackle. Thank you very much for the help!
20 replies
CC#
Created by Tal on 7/24/2023 in #help
Memory Referrence Issue In Recursive Algorithm
I'll continue to think
20 replies
CC#
Created by Tal on 7/24/2023 in #help
Memory Referrence Issue In Recursive Algorithm
Didn't work. * sigh *
20 replies
CC#
Created by Tal on 7/24/2023 in #help
Memory Referrence Issue In Recursive Algorithm
I just had an idea to declare a copy of the existing indexer array using the Array class
20 replies
CC#
Created by Tal on 7/24/2023 in #help
Memory Referrence Issue In Recursive Algorithm
Thank you for your help, but I don't think an iterative approach will work, since I'm dealing with an N dimensional array, meaning that the amount of dimensions isn't known ahead of time, and using the foreach statement likely won't help here since it's more useful to getting the values rather than setting them
20 replies
CC#
Created by Tal on 7/24/2023 in #help
Memory Referrence Issue In Recursive Algorithm
before the for loop?
20 replies
CC#
Created by Tal on 7/24/2023 in #help
Memory Referrence Issue In Recursive Algorithm
I'm trying to develop an algorithm to sort an array of N dimensions, as a challenge I gave myself
20 replies
CC#
Created by Tal on 7/24/2023 in #help
Memory Referrence Issue In Recursive Algorithm
Yeah that's the problem I'm having. I can show a video with debug tracking if you wish
20 replies
CC#
Created by Tal on 7/24/2023 in #help
Memory Referrence Issue In Recursive Algorithm
20 replies
CC#
Created by Tal on 7/24/2023 in #help
Memory Referrence Issue In Recursive Algorithm
I tried using the .Clone() function but it didn't help
20 replies