slang-users mailing list

[2004 Date Index] [2004 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[slang-users] Complex structures (again)


Can someone help me make something like this available to my SLang code?

typedef struct {
  char *fname;
  char *lname;
} Name_Type;

typedef struct {
  Name_Type name;
  int age;
} Person_Type;

I can make the Name_Type available no problem, but making the
Person_Type poses some difficulties for me that I have not yet been able
to figure out.

Thanks,

Jeremy



_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


[2004 date index] [2004 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]