Click here to Skip to main content
15,911,482 members
Home / Discussions / C#
   

C#

 
GeneralC# Codes in a DLL Pin
Jassim Rahma5-Aug-02 5:57
Jassim Rahma5-Aug-02 5:57 
GeneralRe: C# Codes in a DLL Pin
Nnamdi Onyeyiri5-Aug-02 6:36
Nnamdi Onyeyiri5-Aug-02 6:36 
General3D to 2D Transforms Pin
Profox Jase @ Sitel5-Aug-02 4:16
Profox Jase @ Sitel5-Aug-02 4:16 
GeneralRe: 3D to 2D Transforms Pin
leppie5-Aug-02 6:52
leppie5-Aug-02 6:52 
GeneralRe: 3D to 2D Transforms Pin
Profox Jase @ Sitel5-Aug-02 22:15
Profox Jase @ Sitel5-Aug-02 22:15 
GeneralRe: 3D to 2D Transforms Pin
leppie6-Aug-02 0:04
leppie6-Aug-02 0:04 
GeneralRe: 3D to 2D Transforms Pin
leppie6-Aug-02 0:10
leppie6-Aug-02 0:10 
GeneralBooks on 2D & 3D Matrix maths and related Pin
Profox Jase @ Sitel6-Aug-02 3:34
Profox Jase @ Sitel6-Aug-02 3:34 
GeneralRe: Books on 2D & 3D Matrix maths and related Pin
leppie6-Aug-02 5:25
leppie6-Aug-02 5:25 
GeneralCasting wierdness.. Pin
Ryan Cromwell5-Aug-02 3:52
Ryan Cromwell5-Aug-02 3:52 
GeneralRe: Casting wierdness.. Pin
Eric Gunnerson (msft)5-Aug-02 6:36
Eric Gunnerson (msft)5-Aug-02 6:36 
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 6:58
Ryan Cromwell5-Aug-02 6:58 
GeneralRe: Casting wierdness.. Pin
James T. Johnson5-Aug-02 14:36
James T. Johnson5-Aug-02 14:36 
Cromwell wrote:
Really? That seems a bit absurd, really

Taking your linked list example, what would stop two people from just happening to write a class with the same name? They would most likely not be compatible with each other, so allowing casting between the two is a bad idea.

Cromwell wrote:
How could you ever write an abstract class such as linked list.

I wouldn't make the linked list class abstract; instead I would use a generic node type which would hold an object as well as the prev, next references.

Now this class gets placed into its own assembly which other projects can reference to leverage the class.

James
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 7:06
Ryan Cromwell5-Aug-02 7:06 
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 7:18
Ryan Cromwell5-Aug-02 7:18 
GeneralRe: Casting wierdness.. Pin
leppie5-Aug-02 7:11
leppie5-Aug-02 7:11 
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 7:26
Ryan Cromwell5-Aug-02 7:26 
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 7:47
Ryan Cromwell5-Aug-02 7:47 
GeneralRe: Casting wierdness.. Pin
leppie5-Aug-02 9:11
leppie5-Aug-02 9:11 
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 9:46
Ryan Cromwell5-Aug-02 9:46 
GeneralRe: Casting wierdness.. Pin
leppie5-Aug-02 10:16
leppie5-Aug-02 10:16 
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 10:21
Ryan Cromwell5-Aug-02 10:21 
GeneralRe: Casting wierdness... Lordy be the funk's on me! Pin
Ryan Cromwell5-Aug-02 10:56
Ryan Cromwell5-Aug-02 10:56 
GeneralRe: Casting wierdness... Lordy be the funk's on me! Pin
leppie5-Aug-02 11:13
leppie5-Aug-02 11:13 
GeneralSystem.Windows.Forms.TextBox and WM_CTLCOLOREDIT Pin
Nish Nishant4-Aug-02 23:43
sitebuilderNish Nishant4-Aug-02 23:43 

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.