Re: Structures in 4.0?

new topic     » goto parent     » topic index » view thread      » older message » newer message
ghaberek said...

Is there an easy (read: native) way to manage structures in memory in Euphoria 4.0? Or am I left to using peek/poke and a slew of constants plus the memory address? Note: I do not want to use any 3rd party libraries like tk_mem.e. I'd much prefer to use the included Euphoria libraries.

-Greg

I assume you are talking about C structs. 4.0 does have some better data structure libraries (e.g. maps, sets, stacks) in the stdlib, but they aren't compatible.

4.0 does not have a C struct library as part of the stdlib. It improves the options for handling raw memory addresses but you still need to peek/poke manually.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu