Welcome to MSDN Blogs Sign in | Join | Help

April 2007 - Posts

Return to the native land

I have heard about and experienced myself the fun/pain of transitioning into managed code from native. However, right now I'm going through the reverse phase. I'm coding in pure C++ after almost 3 years. Its not maintainence work but designing and creating
Posted by abhinaba | 2 Comments
Filed under:

What can enums derive from

I thought I knew the answer but a discussion in the internal alias proved me wrong :) enum e1 : int { } enum e2 : Int32 { } The first enum complies fine but the second doesn't. The reason is apparent from the compiler error message " error CS1008: Type
Posted by abhinaba | 1 Comments
Filed under:
 
Page view tracker