[ale] OT: Win32 Programming

Pete Hardie pete.hardie at sciatl.com
Thu Sep 18 12:19:07 EDT 2003


Christopher Fowler wrote:
> On Thu, Sep 18, 2003 at 11:34:33AM -0400, Geoffrey wrote:
> 
>>'SalesAverage' makes a lot more sense to me then 'ImAFloatDude.' 
>>'SalesAverage' pretty much tells me it's a numeric value and it's likely 
>>going to have a decimal value.  Just as 'NumberOfFrogs' is likely to be 
>>an integer, whereas 'TypeOfFrog' is not.
>>
> 
> 
> What?
> 
> /* Types of Frogs */
> 
> #define  FROG_GREEN	0x01
> #define  FROG_RED	0x02
> #define	 FROG_BULL	0x03
> 
> 
> Seems like an in to me.  ;)

typedef enum {
GreenFrogType = 1,
RedFrogType,
BullFrogType
} FrogType;

Looks like an enum from over here......



-- 
Pete Hardie                   |   Goalie, DVSG Dart Team
     posting from, but not     |
     speaking for:             |
Scientific Atlanta, Digital Video Services Group



     - - - - - - -  Appended by Scientific-Atlanta, Inc.  - - - - - - -  
This e-mail and any attachments may contain information which is confidential, proprietary, privileged or otherwise protected by law. The information is solely intended for the named addressee (or a person responsible for delivering it to the addressee). If you are not the intended recipient of this message, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete it from your computer.



More information about the Ale mailing list