Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Pascal Ansi -iso > Re: working aro...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 7 of 7 Topic 139 of 211
Post > Topic >>

Re: working around anonymous enum

by Marco van de Voort <marcov@[EMAIL PROTECTED] > Feb 18, 2005 at 09:15 AM

On 2005-02-18, Hanford Carr <"handycarr<nospam>"@[EMAIL PROTECTED]
> wrote:
>> begin
>>   b:=[a1,a2,a3];
>>   for i:=ord(low(myset)) to ord(high(myset)) do
>>     if i in uglyset(b) then writeln(i);
>> end.
>
> Wouldn't the ord (a1) always be equal 0?

original enumeration b = (a1 , , , a6), then

type  b2=a3..a5;
      bset = set of b2;

Can imagine implementations keeping a3 at 3, and mangle the difference in
de
codegeneration.

Of course

> Of course HiMySet will overshoot by some bits but now with

is an IMHO worse problem.




 7 Posts in Topic:
working around anonymous enum
Marco van de Voort <ma  2005-02-17 07:43:06 
Re: working around anonymous enum
John Reagan <john.reag  2005-02-17 16:44:23 
Re: working around anonymous enum
Marco van de Voort <ma  2005-02-17 20:26:14 
Re: working around anonymous enum
John Reagan <john.reag  2005-02-17 22:59:16 
Re: working around anonymous enum
Marco van de Voort <ma  2005-02-18 09:19:28 
Re: working around anonymous enum
Hanford Carr <"ha  2005-02-17 22:14:26 
Re: working around anonymous enum
Marco van de Voort <ma  2005-02-18 09:15:05 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat May 17 0:53:40 CDT 2008.