Despy()
Despy()
CC#
Created by Despy() on 3/28/2023 in #help
❔ help with an exercise
I've encountered a weird problem that idk how to fix. Say we've got a string "31131123521" how do i make it so each number of the string is multiplied by one another so the string we have got will be equal to 3 * 1 * 1 * 3 * 1 * 1 * 2 * 3 * 5 * 2 * 1 (this is equal to 540). I have trouble finding a patter or solution to this when it seems very simple. Given a string i just want to multiply each number inside of it
42 replies
CC#
Created by Despy() on 3/18/2023 in #help
❔ Connecting a MySQL server to a C# project
Recently ive had to learn MySQL and how it works but i cannot find out how to connect the actual MySQL server to a C# project in Visual Studio
89 replies
CC#
Created by Despy() on 3/11/2023 in #help
❔ when is it appropriate to use a linked list over a normal list ?
Ive been bumping my head on linked lists for a day now, not really focusing on studying linked lists but ive looking at others use them and such so my question is, when should i use linked lists of normal lists?
14 replies