hime
hime
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
Set a breakpoint and code stops there
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
In VS at least, debugger and running the code is already just one click
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
A tutorial can get you mostly there, debugging is very trivial on how to get it working
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
Debugging would have shown you this because you can actually see the values you have
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
There's actually a glaring mistake there regarding how you set your cursor position
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
Imagine, they code in visual studio, then compile in the terminal instead of hitting run
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
I've found only 1 teacher in my lifetime who knows how to use a debugger
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
That's only cause they don't know jack shit
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
And I see a -1 without checking if we're already at 0
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
Your error is very clear, your index ended up negative
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
None of those things you need to know immediately, sometimes even kills your motivation to learn
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
Plug and play to debug it, vs setting it up
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
I mean, sometimes it's cause tutorials use it, but it's not recommended for beginners
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
Is there a reason you're using vs code and not visual studio?
35 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
you should be debugging it, not running the exe directly
35 replies
CC#
Created by CrownedHaley on 3/11/2025 in #help
OAuth Twitch Bug?
what is your nginx config like, and did you add the http url in the twitch settings
7 replies
CC#
Created by Tiko on 2/12/2025 in #help
✅ my visual studio dont find "Microsoft.NET.Sdk"
Just try running winget install Microsoft.Dotnet.SDK.9
42 replies
CC#
Created by Tiko on 2/12/2025 in #help
✅ my visual studio dont find "Microsoft.NET.Sdk"
in the terminal if you type dotnet --list-sdks what you get
42 replies
CC#
Created by _V on 6/11/2024 in #help
How do I get visual studio to suggest code like this ?
I thought it was just ctrl + space
8 replies
CC#
Created by zheliya on 4/20/2024 in #help
what is the complete roadmap of learning .NET
Start an actual project instead of just learning the stacks
38 replies