Advertisement

1 - 10 of 295 containing alltags:("enum") (0 seconds)
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.
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...
Zones: C++, Microsoft ProgrammingDate Answered: 01/24/2000 Grade: B Views: 0
hi. i like to be able to enum all control panel applets and call any i like Esk
Zones: Delphi ProgrammingDate Answered: 03/05/2000 Grade: A Views: 0
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...
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...
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,...
Zones: Delphi ProgrammingDate Answered: 01/17/2003 Grade: A Views: 0
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...
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...
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     {      ...
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..
Zones: .NETDate Answered: 05/20/2004 Grade: A Views: 0