45 views
in Embedded Wizard Studio by
Is there a way to implement a hash table? Since pointers are unavailable and arrays cannot be returned as function values. Hash tables would greatly simplify enum mappings and menu button order configurations.

1 Answer

0 votes
by
Hello,

there is no hash table functionality available.

Concerning arrays, they can be returned inside an object. For this purpose implement a class containing an array. Instances of this class can then be passed in parameters and returned by methods.

I hope it helps you further

Best regards

Paul Banach

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...