IS there any difference in the enum in C++ as compared to C. I mean is there any feature regarding enum in C++ that is not available in C.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10172974.html
Zones:
C++Date Answered: 06/21/1999 Grade: B Views: 0
Hello there,
I've created an ActiveX using ATL (with VC6) every thing seems to be fine so far the only problem I am having is that I am using an enumerated type in my ActiveX and I would like this...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10261395.html
hi.
i like to be able to enum all control panel applets and call any i like
Esk
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10300002.html
Ok, here is what I'm trying to do. I need have a table row in mysql and the row is called categories. Categories an enum list of about 30 items.
I want to pull that list of enum items from the d...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20306990.htm...
Zones:
PHPDate Answered: 06/02/2002 Grade: A Views: 0
Does anyone know if it is possible to define an enumerated value as anything but long?
Ideally I would like to typesafe a variable using an enum that may look something like this..
Enum LastU...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20458142.html
Zones:
Visual BasicDate Answered: 05/14/2003 Grade: A Views: 0
I need to convert the following to Delphi;
typedef enum { Monday, Tuesday, Wednesday, Thursday, Friday } workdays;
As I understand it this is nothing more than a set of integers. Monday = 0,...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20462378.html
enum String{snw = 1,trd = 2,trp = 4} ListName;
Is there anyway to get it to return the Constant name?
I know it is meant for giving it the constant and returning the number, but I am trying n...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20545510.html
Zones:
C++Date Answered: 03/11/2003 Grade: A Views: 0
I have a javabean that is returning a Vector but I can't seem to extract the information on the JSP page.
I get stuff back like this:
databeans.joData$DataSet@c7dcbc
databeans.joData$DataSet@16c...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20555281.html
Zones:
Java,
J2SEDate Answered: 03/18/2003 Grade: A Views: 0
I have the following enumeration:
namespace myCollection
{
public enum collection1
{
red = 32,
orange = 45
}
public enum collection2
{
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20946740.html
Zones:
C#Date Answered: 04/09/2004 Grade: A Views: 0
How to create a ENUM of values in a class module and pass it to a property procedure which would be exposed to the client..
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20948185.html
Zones:
.NETDate Answered: 05/20/2004 Grade: A Views: 0