Blank
Blank
Explore posts from servers
VVALORANT
Created by Blank on 11/20/2024 in #community-help
Error code -1
The only way of accessing internet is the hostel wifi.
8 replies
VVALORANT
Created by Blank on 11/20/2024 in #community-help
Error code -1
My mobile internet is not working since yesterday.
8 replies
VVALORANT
Created by Blank on 11/20/2024 in #community-help
Error code -1
Nope, this problem happened today. Yesterday it was working fine. Also, for some reason, I don't have any other wifi today, so I couldn't test it.
8 replies
VVALORANT
Created by Blank on 11/20/2024 in #community-help
Error code -1
Blaming my hostel wifi
8 replies
CC#
Created by Blank on 10/18/2024 in #help
Extra bytes in TCP message
Found out the right ones were just \r\n (windows) and the left ones were IP and TCP packet headers.
6 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
Don't worry, just try to focus on the basics. Its easy to implement things afterwards
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
Below you can see what I mean (warning: spoonfeed content ahead)
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
we are here to help
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
ah dont worry
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
according to the book, its if (s[index] == '-' && index == 0) continue;
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
you have written one line wrong here
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
yes
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
Like you write the code inside the functions
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
And this in the other function
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
You put this in the main function
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
Where I have written "Your code"
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
@human being do it like this:
public static void Main(string[] args)
{
// Your code...
}

public static bool IsAllDigits(string raw)
{
// Your code..
}
public static void Main(string[] args)
{
// Your code...
}

public static bool IsAllDigits(string raw)
{
// Your code..
}
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
you don't have to put the IsAllDigits inside Main
76 replies
CC#
Created by Ziad Waleed on 5/11/2024 in #help
IsAllDigits
uh
76 replies