2
Answers

Failing to update my Data

Badimu Kazadi

Badimu Kazadi

7y
251
1
Hello guys
I'm a novice C# developer
I'm having a problem adding data in the database.
I'm sending code to be helped finding out where I have made a mistake 

Attachment: SignUp.zip

Answers (2)
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 14y
'this' is Pointer not operator ..

by operator overloading mechanism you can overload operators only not the pointers



Here is list of operator that is over loadable ...

+ - * / % ^ & | ~
! , = < > <= >= ++ --
<< >> == != && || += -= /=
%= ^= &= |= *= <<= >>= [] ()
-> ->* new new[] delete delete[]