Click here to Skip to main content
15,898,929 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: System.Windows.Forms.TextBox and WM_CTLCOLOREDIT Pin
Russell Morris5-Aug-02 6:14
Russell Morris5-Aug-02 6:14 
GeneralRe: System.Windows.Forms.TextBox and WM_CTLCOLOREDIT Pin
Rama Krishna Vavilala5-Aug-02 6:14
Rama Krishna Vavilala5-Aug-02 6:14 
GeneralRe: System.Windows.Forms.TextBox and WM_CTLCOLOREDIT Pin
Nish Nishant5-Aug-02 10:11
sitebuilderNish Nishant5-Aug-02 10:11 
GeneralRe: System.Windows.Forms.TextBox and WM_CTLCOLOREDIT Pin
Rama Krishna Vavilala5-Aug-02 10:18
Rama Krishna Vavilala5-Aug-02 10:18 
GeneralTextBoxes - custom stuff Pin
Nish Nishant4-Aug-02 21:35
sitebuilderNish Nishant4-Aug-02 21:35 

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.