Click here to Skip to main content
15,902,635 members
Home / Discussions / C#
   

C#

 
GeneralRe: comparing C# / .NET exe files Pin
bouli19-Nov-04 21:53
bouli19-Nov-04 21:53 
GeneralRe: comparing C# / .NET exe files Pin
Jörgen Sigvardsson20-Nov-04 14:05
Jörgen Sigvardsson20-Nov-04 14:05 
GeneralRe: comparing C# / .NET exe files Pin
bouli20-Nov-04 23:49
bouli20-Nov-04 23:49 
GeneralRe: comparing C# / .NET exe files Pin
Jörgen Sigvardsson21-Nov-04 0:34
Jörgen Sigvardsson21-Nov-04 0:34 
GeneralRe: comparing C# / .NET exe files Pin
Dennis C. Dietrich19-Nov-04 22:30
Dennis C. Dietrich19-Nov-04 22:30 
GeneralRe: comparing C# / .NET exe files Pin
Glenn Lewis15-Feb-05 20:00
Glenn Lewis15-Feb-05 20:00 
GeneralOperator Over Loading Pin
Sendilkumar.M19-Nov-04 17:58
Sendilkumar.M19-Nov-04 17:58 
GeneralRe: Operator Over Loading Pin
Daniel Turini19-Nov-04 20:45
Daniel Turini19-Nov-04 20:45 
Sendilkumar.M wrote:
Can any one explain why C# does not suport for overloading =,.,sizeof,new operators? I am in the need to overload the operator '='.Is there any other way to redifine the functionality of '='.
Probably because the environment is garbage collected. Those operators you describe are tipically used when you need to implement your own memory management mechanism in C++. This is simply not possible in C#.
About the '.' operator (in C++, the '->' operator), you don't need it because C# has property get/set pairs, so it's a much more elegant and simple solution to the same problem.

Yes, even I am blogging now!
GeneralRe: Operator Over Loading Pin
Sendilkumar.M21-Nov-04 16:31
Sendilkumar.M21-Nov-04 16:31 
GeneralI need UPS minidriver sample Pin
tlongman19-Nov-04 13:29
tlongman19-Nov-04 13:29 
GeneralGetHashCode() Pin
Joe Woodbury19-Nov-04 7:28
professionalJoe Woodbury19-Nov-04 7:28 
GeneralRe: GetHashCode() Pin
Daniel Turini19-Nov-04 7:39
Daniel Turini19-Nov-04 7:39 
GeneralRe: GetHashCode() Pin
Heath Stewart19-Nov-04 7:54
protectorHeath Stewart19-Nov-04 7:54 
GeneralImport data Pin
bouli19-Nov-04 6:57
bouli19-Nov-04 6:57 
GeneralRe: Import data Pin
Heath Stewart19-Nov-04 8:03
protectorHeath Stewart19-Nov-04 8:03 
GeneralRe: Import data Pin
bouli19-Nov-04 8:36
bouli19-Nov-04 8:36 
GeneralRe: Import data Pin
Nick Parker19-Nov-04 9:32
protectorNick Parker19-Nov-04 9:32 
GeneralRe: Import data Pin
bouli19-Nov-04 9:47
bouli19-Nov-04 9:47 
GeneralRe: Import data Pin
Dave Kreskowiak19-Nov-04 10:00
mveDave Kreskowiak19-Nov-04 10:00 
GeneralRe: Import data Pin
bouli19-Nov-04 10:07
bouli19-Nov-04 10:07 
GeneralRe: Import data Pin
Heath Stewart19-Nov-04 10:10
protectorHeath Stewart19-Nov-04 10:10 
GeneralRe: Import data Pin
bouli19-Nov-04 10:14
bouli19-Nov-04 10:14 
GeneralRe: Import data Pin
Heath Stewart19-Nov-04 10:16
protectorHeath Stewart19-Nov-04 10:16 
GeneralRe: Import data Pin
bouli19-Nov-04 10:29
bouli19-Nov-04 10:29 
GeneralRe: Import data Pin
Nick Parker19-Nov-04 19:41
protectorNick Parker19-Nov-04 19:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.