Tofaa
Tofaa
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
yup there's one thats volatile and locked and one that's just plain old array without anything to synchroizeit
26 replies
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
Might just end up doing this
26 replies
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
it's intimidating at first
26 replies
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
No description
26 replies
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
welp the debuggger has spewed a LOT of stuff i do not understand
26 replies
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
Thank you very much
26 replies
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
I dont particularly know what id will be set up until the startup of the project
26 replies
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
This is used as a registry
26 replies
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
im far less familiar with the toolchain in the language to be able to do this
26 replies
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
atleast in my java iteration of this project, havent tested the c# one but im guessing it'd be similar
26 replies
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
theyre not that drastic but i've found out this is much more performance efficient in my scenario
26 replies
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
yup
26 replies
CC#
Created by Tofaa on 6/29/2024 in #help
Array resizing issues
I tried using Array.CopyTo and then value = the array given by CopyTo, but nothing works
26 replies
CC#
Created by Tofaa on 6/23/2024 in #help
Have public static values accessible thru the class that inherited this class
rather than just an empty interface (easy to write and follow) i also need to follow the methods and fields inside the interface to accidentally not write over them
29 replies
CC#
Created by Tofaa on 6/23/2024 in #help
Have public static values accessible thru the class that inherited this class
not to mention It makes my codegeneration step lile 100x more complicated
29 replies
CC#
Created by Tofaa on 6/23/2024 in #help
Have public static values accessible thru the class that inherited this class
It's also just api design in general and i think a c# design flaw because its clearly public
29 replies
CC#
Created by Tofaa on 6/23/2024 in #help
Have public static values accessible thru the class that inherited this class
It's not a complex heirarchy though, and I don't wanna rely on static importing every time i wanna access it
29 replies
CC#
Created by Tofaa on 6/23/2024 in #help
Have public static values accessible thru the class that inherited this class
if you can from a static import
29 replies
CC#
Created by Tofaa on 6/23/2024 in #help
Have public static values accessible thru the class that inherited this class
This makes it even dumber as to why you cant directly access it
29 replies
CC#
Created by Tofaa on 6/23/2024 in #help
Have public static values accessible thru the class that inherited this class
oof
29 replies