I have a code with the operator +\. Does anybody know what it is for? Here,
It´s the code, maybe can help us.

// CH.5 Constants that define the database record
#define DB_ID_START                             0
#define DB_ID_SIZE                              (sizeof( ULong ))
#define DB_DATE_TIME_START              (DB_ID_START +\
                                                                DB_ID_SIZE)
#define DB_DATE_TIME_SIZE               (sizeof( DateTimeType ))
#define DB_FIRST_NAME_START             (DB_DATE_TIME_START +\
                                                                DB_DATE_TIME_SIZE)
#define DB_FIRST_NAME_SIZE              16
#define DB_LAST_NAME_START              (DB_FIRST_NAME_START +\
                                                                DB_FIRST_NAME_SIZE)
#define DB_LAST_NAME_SIZE               16
#define DB_PHONE_NUMBER_START   (DB_LAST_NAME_START +\
                                                                DB_LAST_NAME_SIZE)
#define DB_PHONE_NUMBER_SIZE    16
#define DB_RECORD_SIZE                  (DB_PHONE_NUMBER_START +\
                                                                DB_PHONE_NUMBER_SIZE)

 Saludos!
ICQ: 74843766


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to