Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Deneri
Posts
Comments
C
C#
•
Created by dkyan33 on 1/11/2024 in
#help
Problem with Pokemon Game for school
Lots of people could help you, but you need to be more specific about what problem you are having.
52 replies
C
C#
•
Created by shawski. on 12/8/2022 in
#help
❔ need help with a problem
It's hard to tell what you are trying to do, but I think that's a big first problem.
50 replies
C
C#
•
Created by shawski. on 12/8/2022 in
#help
❔ need help with a problem
Double check which indexer (o,i) you're using in which places. I think that will get you closer.
50 replies
C
C#
•
Created by shawski. on 12/4/2022 in
#help
✅ need help with a problem
An int is too small. Store the result in something bigger.
170 replies
C
C#
•
Created by shawski. on 12/4/2022 in
#help
✅ need help with a problem
Don't store the result in an int.
170 replies
C
C#
•
Created by shawski. on 12/4/2022 in
#help
✅ need help with a problem
Overflow means you went past the end of int. Probably added two very large ints. That went beyond the valid range of int
170 replies