Re: data structures in EU
- Posted by Allen V Robnett <alrobnett at alumni.princeton.edu> Mar 27, 2004
- 487 views
While showering, I realized that an embarrassingly easy solution to my data structure question is to define a function which takes the data elements and concatenates them into the required sequence for the record definition. A similar function would accept the record sequence and pars it into the required fields. I see how I can do the bit-fiddling by using bits_to_int and int_to_bits in the functions mentioned above. Are there better ways? Allen