Jibz
Jibz
CC#
Created by Jibz on 11/3/2023 in #help
❔ How do I check for an array key in Dictionary?
yeah that could work too. But using dictionary was just my first thought
14 replies
CC#
Created by Jibz on 11/3/2023 in #help
❔ How do I check for an array key in Dictionary?
like key = string.Format()
14 replies
CC#
Created by Jibz on 11/3/2023 in #help
❔ How do I check for an array key in Dictionary?
but then, I kinda just converted to string and store it as <string, int>
14 replies
CC#
Created by Jibz on 11/3/2023 in #help
❔ How do I check for an array key in Dictionary?
i was trying this problem https://leetcode.com/problems/unique-paths/ and I wanted to solve this with DP so I wanted to store the grid as key and the result as value
14 replies
CC#
Created by Jibz on 9/25/2023 in #help
✅ How do I convert a char to ascii and ascii back to char?
$close
26 replies
CC#
Created by Jibz on 9/25/2023 in #help
✅ How do I convert a char to ascii and ascii back to char?
yeah
26 replies
CC#
Created by Jibz on 9/25/2023 in #help
✅ How do I convert a char to ascii and ascii back to char?
close it please
26 replies
CC#
Created by Jibz on 9/25/2023 in #help
✅ How do I convert a char to ascii and ascii back to char?
yeah. I thought wrongly...
26 replies
CC#
Created by Jibz on 9/25/2023 in #help
✅ How do I convert a char to ascii and ascii back to char?
my bad
26 replies
CC#
Created by Jibz on 9/25/2023 in #help
✅ How do I convert a char to ascii and ascii back to char?
yeah i know, sorry about that. First, I had written Convert.ToChar(c) but later I changed it to just see int value but copied the exact code
26 replies
CC#
Created by Jibz on 7/27/2023 in #help
getting warning: CS8618 - Non-nullable variable must contain a non-null value when exiting construct
thanks both of you!
45 replies
CC#
Created by Jibz on 7/27/2023 in #help
getting warning: CS8618 - Non-nullable variable must contain a non-null value when exiting construct
nvm. Yeah, its gone!
45 replies
CC#
Created by Jibz on 7/27/2023 in #help
getting warning: CS8618 - Non-nullable variable must contain a non-null value when exiting construct
right, so this error can't be removed?
45 replies
CC#
Created by Jibz on 7/27/2023 in #help
getting warning: CS8618 - Non-nullable variable must contain a non-null value when exiting construct
well.. this is frustrating. I'm using INumber as struct Rectangle <T> where T : INumber<T> but the warning doesn't go away 😓
45 replies
CC#
Created by Jibz on 7/27/2023 in #help
getting warning: CS8618 - Non-nullable variable must contain a non-null value when exiting construct
Yeah dotnet 7
45 replies
CC#
Created by Jibz on 7/27/2023 in #help
getting warning: CS8618 - Non-nullable variable must contain a non-null value when exiting construct
The type or namespace name 'INumber<>' could not be found
45 replies
CC#
Created by Jibz on 7/27/2023 in #help
getting warning: CS8618 - Non-nullable variable must contain a non-null value when exiting construct
INumber?
45 replies
CC#
Created by Jibz on 7/27/2023 in #help
getting warning: CS8618 - Non-nullable variable must contain a non-null value when exiting construct
so what can I do to stop you?
45 replies
CC#
Created by Jibz on 7/27/2023 in #help
getting warning: CS8618 - Non-nullable variable must contain a non-null value when exiting construct
sanity?
45 replies