« Return to Thread: porting C code to php

porting C code to php

by Steve Hanselman :: Rate this Message:

Reply to Author | View in Thread

Hi,

I've some C code that processes files, I want to port this to PHP and am trying to decide the best way to port the structs and unions over so as to still be readable?

The files are multi-line files with differing layouts depending on the data contained within them, so at present unions of structs work very well for this.

I'm loathe to turn this code into substr's of the input line, has anybody any other ideas?

Regards

Steve



The information contained in this email is intended for the personal and confidential use
of the addressee only. It may also be privileged information. If you are not the intended
recipient then you are hereby notified that you have received this document in error and
that any review, distribution or copying of this document is strictly prohibited. If you have
received  this communication in error, please notify Brendata immediately on:

+44 (0)1268 466100, or email 'technical@...'

Brendata (UK) Ltd
Nevendon Hall, Nevendon Road, Basildon, Essex. SS13 1BX  UK
Registered Office as above. Registered in England No. 2764339

See our current vacancies at www.brendata.co.uk

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

 « Return to Thread: porting C code to php