Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
thirteenbinary
Posts
Comments
C
C#
•
Created by thirteenbinary on 4/3/2023 in
#help
❔ Pointer Issue.
Thank u anyway
28 replies
C
C#
•
Created by thirteenbinary on 4/3/2023 in
#help
❔ Pointer Issue.
I just wanna try to swap the address in the pointer.
28 replies
C
C#
•
Created by thirteenbinary on 4/3/2023 in
#help
❔ Pointer Issue.
I did make some mistakes so I change the code. But it is not the point. The point is
long x = (long)a;
makes compiler unhappy. Fact, the x is
&a
. How can it say it is unassigned.
28 replies
C
C#
•
Created by thirteenbinary on 3/30/2023 in
#help
❔ How to calculate event expression?
You dismiss a condition, the event can contain more than one method. I want a more general rule like we know 1+1=2.
11 replies
C
C#
•
Created by thirteenbinary on 3/30/2023 in
#help
❔ How to calculate event expression?
But I just see the result but I don't know the rule.
11 replies
C
C#
•
Created by thirteenbinary on 3/30/2023 in
#help
❔ How to calculate event expression?
They are events. Like:
c#
delegate void F();
event F a, b, c, d;
c#
delegate void F();
event F a, b, c, d;
11 replies
C
C#
•
Created by thirteenbinary on 3/19/2023 in
#help
❔ What of use is the keyword "event"
Thank u
12 replies
C
C#
•
Created by thirteenbinary on 3/19/2023 in
#help
❔ What of use is the keyword "event"
So the difference between the delegate object and the event object is whether it can be raised outside the type.
12 replies
C
C#
•
Created by thirteenbinary on 3/19/2023 in
#help
❔ What of use is the keyword "event"
Yeah
12 replies
C
C#
•
Created by thirteenbinary on 3/18/2023 in
#help
❔ What of use is the identifier for the delegate?
Thank u.
9 replies
C
C#
•
Created by thirteenbinary on 3/18/2023 in
#help
❔ What of use is the identifier for the delegate?
Could you please give an example for the named arguments related to it?
9 replies
C
C#
•
Created by thirteenbinary on 3/15/2023 in
#help
❔ Why I need to specify the assembly while I was reflecting DataTable?
thank u
32 replies
C
C#
•
Created by thirteenbinary on 3/15/2023 in
#help
❔ Why I need to specify the assembly while I was reflecting DataTable?
So better to use typeof()
32 replies
C
C#
•
Created by thirteenbinary on 3/15/2023 in
#help
❔ Why I need to specify the assembly while I was reflecting DataTable?
Surely annoying in package management
32 replies
C
C#
•
Created by thirteenbinary on 3/15/2023 in
#help
❔ Why I need to specify the assembly while I was reflecting DataTable?
I just want to figure it out.
32 replies
C
C#
•
Created by thirteenbinary on 3/15/2023 in
#help
❔ Why I need to specify the assembly while I was reflecting DataTable?
So only for some assemblies I don't need to specify the assembly.
32 replies
C
C#
•
Created by thirteenbinary on 3/15/2023 in
#help
❔ Why I need to specify the assembly while I was reflecting DataTable?
The "currently executing assembly" means my project?
32 replies
C
C#
•
Created by thirteenbinary on 3/15/2023 in
#help
❔ Why I need to specify the assembly while I was reflecting DataTable?
yeah
32 replies
C
C#
•
Created by thirteenbinary on 3/15/2023 in
#help
❔ Why I need to specify the assembly while I was reflecting DataTable?
That's a piece of helpful advice.
32 replies
C
C#
•
Created by thirteenbinary on 3/15/2023 in
#help
❔ Why I need to specify the assembly while I was reflecting DataTable?
Just have a try and I don't want a alternative.
32 replies