Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Ace Guy
Posts
Comments
C
C#
•
Created by Ace Guy on 2/4/2024 in
#help
✅ Can't modify a list outside of the cycle
oh yeah that seems to have worked, tysm!
18 replies
C
C#
•
Created by Ace Guy on 2/4/2024 in
#help
✅ Can't modify a list outside of the cycle
how can I make the contents the same but not link them like that?
18 replies
C
C#
•
Created by Ace Guy on 2/4/2024 in
#help
✅ Can't modify a list outside of the cycle
ooooooooh
18 replies
C
C#
•
Created by Ace Guy on 2/4/2024 in
#help
✅ Can't modify a list outside of the cycle
brb
18 replies
C
C#
•
Created by Ace Guy on 2/4/2024 in
#help
✅ Can't modify a list outside of the cycle
well there is
differenceList = input;
before the cycle starts, that could be the problem
18 replies
C
C#
•
Created by Ace Guy on 2/4/2024 in
#help
✅ Can't modify a list outside of the cycle
I don't think so
18 replies
C
C#
•
Created by Ace Guy on 2/4/2024 in
#help
✅ Can't modify a list outside of the cycle
a string HashSet
18 replies
C
C#
•
Created by Ace Guy on 2/4/2024 in
#help
✅ Can't modify a list outside of the cycle
if i remove
differenceList.add(obj);
then it doesn't crash
18 replies
C
C#
•
Created by Ace Guy on 10/25/2023 in
#help
❔ Input into an int array
saved that too, ty btw
247 replies
C
C#
•
Created by Ace Guy on 10/25/2023 in
#help
❔ Input into an int array
I'm preparing for a programming contest so hopefully they allow LINQ lol
247 replies
C
C#
•
Created by Ace Guy on 10/25/2023 in
#help
❔ Input into an int array
tysm again
247 replies
C
C#
•
Created by Ace Guy on 10/25/2023 in
#help
❔ Input into an int array
huh, intresting
247 replies
C
C#
•
Created by Ace Guy on 10/25/2023 in
#help
❔ Input into an int array
What would you do?
247 replies
C
C#
•
Created by Ace Guy on 10/25/2023 in
#help
❔ Input into an int array
found
Array.ConvertAll
on google and it works perfectly, ty for help
247 replies
C
C#
•
Created by Ace Guy on 10/25/2023 in
#help
❔ Input into an int array
oh I think this is exactly what I was looking for, thanks!
247 replies
C
C#
•
Created by Ace Guy on 10/25/2023 in
#help
❔ Input into an int array
what is it?
247 replies
C
C#
•
Created by Ace Guy on 10/25/2023 in
#help
❔ Input into an int array
hm this is probably doable with a cycle, but is there any better method?
247 replies
C
C#
•
Created by Ace Guy on 10/25/2023 in
#help
❔ Input into an int array
hmm probably convert the string char by char until a space, then move to the next variable/array slot
247 replies