Enumeration Questions

1

Enum vs. Const
What is the difference between Enum and Const

Answer Question   |  September 9, 2009  8:27 PM
C++, C++ classes, Enumeration
asked by:
5 pts.

C# Creating Class Libraries with Enum
Ok, I’m trying to create a class library that enables me to use a enum. Simple I thought. But the more and more I dig the deeper the rabbit whole goes. I’ve tried to Substitute the obvious DDD in the public void Main method still no luck. I’m able to compile but my error “is [...]

Answer Question   |  August 12, 2008  8:43 PM
C#, Class Library, DLL, Enumeration, Visual Studio 2008
asked by:
30 pts.

1