Click here to Skip to main content
16,007,610 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# - language design by committee ??? Pin
James T. Johnson21-Jul-02 18:01
James T. Johnson21-Jul-02 18:01 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus21-Jul-02 18:18
protectorChristian Graus21-Jul-02 18:18 
GeneralRe: C# - language design by committee ??? Pin
James T. Johnson21-Jul-02 18:54
James T. Johnson21-Jul-02 18:54 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus21-Jul-02 19:04
protectorChristian Graus21-Jul-02 19:04 
GeneralRe: C# - language design by committee ??? Pin
James T. Johnson21-Jul-02 20:14
James T. Johnson21-Jul-02 20:14 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus21-Jul-02 20:33
protectorChristian Graus21-Jul-02 20:33 
GeneralRe: C# - language design by committee ??? Pin
James T. Johnson21-Jul-02 21:12
James T. Johnson21-Jul-02 21:12 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 12:08
protectorChristian Graus22-Jul-02 12:08 
James T. Johnson wrote:
True; I think this should be a warning instead of an error as well. But at least it doesn't do the conversion silently

So we agree - the C++ way is better ( a warning, depending on the warning level set in the compiler )

James T. Johnson wrote:
Can you explain what that is? I've seen it mentioned so many times but no explaination has ever been given

A template allows you to specify a type, and essentially becomes a class factory. If I have a class that has two templated parameters, I could specialise that class by writing a version where both are int, so that this version is used if int is passed in. Partial template specialisation means I have more than one templated parameter and I specify what I want to happen if only ONE of them is a particular value, regardless of what the other value is.

James T. Johnson wrote:
I haven't had a chance to use it yet;

Me either, I've fired it up, but not found the time to really play with it. I'm writing a magazine article on C#/XML, and it's slow going.



Christian

come on all you MS suckups, defend your sugar-daddy now. - Chris Losinger - 11/07/2002
GeneralRe: C# - language design by committee ??? Pin
Gerald Schwab22-Jul-02 17:28
Gerald Schwab22-Jul-02 17:28 
GeneralRe: C# - language design by committee ??? Pin
Kevin McFarlane22-Jul-02 9:49
Kevin McFarlane22-Jul-02 9:49 
GeneralRe: C# - language design by committee ??? Pin
Eric Gunnerson (msft)22-Jul-02 6:40
Eric Gunnerson (msft)22-Jul-02 6:40 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 12:09
protectorChristian Graus22-Jul-02 12:09 
GeneralRe: C# - language design by committee ??? Pin
Andy Smith21-Jul-02 18:06
Andy Smith21-Jul-02 18:06 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus21-Jul-02 18:09
protectorChristian Graus21-Jul-02 18:09 
GeneralRe: C# - language design by committee ??? Pin
jparsons22-Jul-02 5:28
jparsons22-Jul-02 5:28 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 12:10
protectorChristian Graus22-Jul-02 12:10 
GeneralRe: C# - language design by committee ??? Pin
Rama Krishna Vavilala22-Jul-02 5:41
Rama Krishna Vavilala22-Jul-02 5:41 
GeneralRe: C# - language design by committee ??? Pin
jparsons22-Jul-02 6:49
jparsons22-Jul-02 6:49 
AnswerRe: C# - language design by committee ??? Pin
Eric Gunnerson (msft)22-Jul-02 6:36
Eric Gunnerson (msft)22-Jul-02 6:36 
GeneralRe: C# - language design by committee ??? Pin
Kevin McFarlane22-Jul-02 9:37
Kevin McFarlane22-Jul-02 9:37 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 12:15
protectorChristian Graus22-Jul-02 12:15 
GeneralRe: C# - language design by committee ??? Pin
Kevin McFarlane23-Jul-02 2:27
Kevin McFarlane23-Jul-02 2:27 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 12:13
protectorChristian Graus22-Jul-02 12:13 
GeneralRe: C# - language design by committee ??? Pin
Andy Smith22-Jul-02 13:51
Andy Smith22-Jul-02 13:51 
GeneralRe: C# - language design by committee ??? Pin
Christian Graus22-Jul-02 13:55
protectorChristian Graus22-Jul-02 13:55 

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.