× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi list,

I'm trying to create some functions that will handle lookups for arrays
with a variable number of dimensions.
The amount of array dimensions is not known at compile time.

What I'm doing now is:
- define a *varsize array as parameter.
- define another parameter that contains the amount of array indexes.
- in the procedure I have declared the same array with 32767 dimensions
as based, so it won't waste space.

When the procedure is called, the pointer in the procedure is set to the
array in the calling program. 
I have put a sample on  http://code.midrange.com/index.php?id=5916095c36


Everything works fine, expect that I must reference the array in the
calling program. 
But I want to protect against direct references from within the service
routine.
I cannot use the array parameter as const (no pointer to const parm
possible) or value (*varsize not allowed with value parm).

Is there a way to protect the original array other than by copying it?
And if I have to copy it locally what is the best way to do so. Using
the heap?
Am I missing somewhat somewhere?

Many thanks,

Arco Simonse
pgmr


DISCLAIMER:
This message contains information that may be privileged or confidential and is 
the property of the sender. 
It is intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not 
authorized to read, print, retain, copy,disseminate, distribute, or use this 
message or any part thereof. If you
receive this message in error, please notify the sender immediately and delete 
all copies of this message. 

This footnote also confirms that this email message has been swept of the 
presence of computer viruses


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.