Click here to Skip to main content
15,907,497 members

Comments by jackel7777 (Top 3 by date)

jackel7777 5-Aug-11 4:43am View    
i come from a C++ background and this is my third day of C# programming. I have been exposed to defensive techniques but nevertheless system exceptions will terminate the program and this is not something you want...so thats why teh soft failure.....
jackel7777 4-Aug-11 21:19pm View    
the out put is this:

int to obj
int to obj
obj to int
0 int to obj
obj to int
1 int to obj
obj to int
....


the beginning of teh output has int to obj printed twice and followed by obj to int...Why?
jackel7777 4-Aug-11 20:45pm View    
1)i am clear on the first part though in my case can I overload the implicit operator to return string and the other int.

2) I am not following through with the for loop execution. I wil apreciate if you could step in the loop and explain why the output is such.