[OT] Whidbey delayed

  • Thread starter Thread starter n!
  • Start date Start date
n!,

Generics are the same as templates, so you could always get your feet
wet with them using C++ (MFC).
 
Generics are the same as templates, so you could always get your feet
wet with them using C++ (MFC).

Well, they're similar to templates, not the same. I have C++ and am actually
quite experienced with it & templates, which is one of the reasons I'm
impatiently awaiting them in C#. :)

n!
 
n! said:
Well, they're similar to templates, not the same. I have C++ and am
actually
quite experienced with it & templates, which is one of the reasons I'm
impatiently awaiting them in C#. :)

Quite agreeably, generics are a considerably different beast than C++
templates.

Anyway, have you considered using gyro or perhaps mono's gmcs to experiment
with generics? I don't know how mature they are but they would atleast let
you begin to experiment with generics(as well as peak at how they work
inside) while you wait for whidbey. Using gmcs would also give you a reason
to play with mono.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top