Str1ke
Str1ke
CC#
Created by Str1ke on 9/29/2023 in #help
❔ I made a function to check that there is no Same last variable in two queues in the queue array
No description
4 replies
CC#
Created by Str1ke on 1/29/2023 in #help
❔ I keep getting an error " Index was outside the bounds of the array"
I've written a method that gets 3 arrays, in which the third one has to have all the numbers merged from the first two arrays. Then when I try to check if that works correctly it gives me that error. $code
40 replies
CC#
Created by Str1ke on 1/19/2023 in #help
✅ (Very Begginer) - I Get errors when I can't access method within other class and syntax
I have a class " Course " and a class "University", in class Course there is a Code for each teacher (Between 1 and 15) I need to find the MostCommon teacher that has the most Courses in the University. $code
267 replies
CC#
Created by Str1ke on 1/18/2023 in #help
✅ (very begginer)
$code
41 replies
CC#
Created by Str1ke on 1/17/2023 in #help
❔ (Very begginer )
- why is it showing error? :(
32 replies
CC#
Created by Str1ke on 1/15/2023 in #help
❔ (Very beginner)
Guys, I've got a class TvProgram(The program it self), and a class TvWeek(the programs in the week), the class TvWeek consists of a maximum of 100 programs, now I need to make a method that adds a program to the week and adds the amount of the current amount of programs in that week by 1. How do I do that?
internal class TvWeek
{
private TvWeek()
{
TvProgram[] arrProg = new TvProgram[100];
}
private int current;
public void TvProgramAdd(TvProgram Program)
{
arrProg[current++] = Program;
}
}
}
internal class TvWeek
{
private TvWeek()
{
TvProgram[] arrProg = new TvProgram[100];
}
private int current;
public void TvProgramAdd(TvProgram Program)
{
arrProg[current++] = Program;
}
}
}
67 replies
CC#
Created by Str1ke on 1/14/2023 in #help
❔ (Very beginner ) - For some reasons I get CS0019 error
12 replies
CC#
Created by Str1ke on 1/7/2023 in #help
❔ How to reopen solution explorer if been closed
13 replies