Re: Curios about Euphoria 4.2 Progress

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

Will Eu 4.2 have a struct type of some sort? Something to help with the libFFI library? Some C structs have many members and accessing them using the [1][2] and so on method can be quite cumbersome when a struct has a ton of members in it.

An idea I have, if possible to implement

struct my_struct  
{ 
 atom x,y 
} 
 
my_struct.x = 10 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu