Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
ElectricTortoise
Posts
Comments
C
C#
•
Created by ElectricTortoise on 4/2/2025 in
#help
✅ unsafe code problems
i should show more of the code, i might be able to get away with not using unsafe now that i think about it
15 replies
C
C#
•
Created by ElectricTortoise on 4/2/2025 in
#help
✅ unsafe code problems
should i just repost it there myself
15 replies
C
C#
•
Created by ElectricTortoise on 4/2/2025 in
#help
✅ unsafe code problems
when i switched from array[] to fixed array[] my code sped up a ton
15 replies
C
C#
•
Created by ElectricTortoise on 4/2/2025 in
#help
✅ unsafe code problems
not this bit specifically, but with other bits of the code
15 replies
C
C#
•
Created by ElectricTortoise on 4/2/2025 in
#help
✅ unsafe code problems
yes
15 replies
C
C#
•
Created by ElectricTortoise on 4/2/2025 in
#help
✅ unsafe code problems
apparently regular C# code is slow so i need unsafe code for speed
15 replies
C
C#
•
Created by ElectricTortoise on 4/2/2025 in
#help
✅ unsafe code problems
yes and no
15 replies
C
C#
•
Created by ElectricTortoise on 4/2/2025 in
#help
✅ unsafe code problems
i also tried
ScoredMove
*
ScoredMoves
= stackalloc
ScoredMoves
[Length]
ScoredMove
*
ScoredMoves
= stackalloc
ScoredMoves
[Length]
but that means I can't make that it a field in the struct
15 replies
C
C#
•
Created by ElectricTortoise on 4/2/2025 in
#help
✅ how does passing byref work
ok ty
7 replies
C
C#
•
Created by ElectricTortoise on 4/2/2025 in
#help
✅ how does passing byref work
i suspected as much but i didnt know what syntax to use to fix it
7 replies
C
C#
•
Created by ElectricTortoise on 4/2/2025 in
#help
✅ how does passing byref work
ahhhhhhhhhhhhhhhhhhhhhhhhhhh okie okie
7 replies
C
C#
•
Created by ElectricTortoise on 3/27/2025 in
#help
✅ Random help
it's ok i have an easier solution already
51 replies
C
C#
•
Created by ElectricTortoise on 3/27/2025 in
#help
✅ Random help
just gotta tweak it a lil
51 replies
C
C#
•
Created by ElectricTortoise on 3/27/2025 in
#help
✅ Random help
it's ok the Random.NextInt64() works
51 replies
C
C#
•
Created by ElectricTortoise on 3/27/2025 in
#help
✅ Random help
i seeded the random
51 replies
C
C#
•
Created by ElectricTortoise on 3/27/2025 in
#help
✅ Random help
i need the number that comes out to be fixed
51 replies
C
C#
•
Created by ElectricTortoise on 3/27/2025 in
#help
✅ Random help
yes
51 replies
C
C#
•
Created by ElectricTortoise on 3/27/2025 in
#help
✅ Random help
so slap unchecked on it gotchu
51 replies
C
C#
•
Created by ElectricTortoise on 3/27/2025 in
#help
✅ Random help
oh
51 replies
C
C#
•
Created by ElectricTortoise on 3/27/2025 in
#help
✅ Random help
ok that's settled
51 replies